git: b2465f419476 - main - devel/radare2: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 09:06:00 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2465f4194764b351119101ad4a350dfb65b422f commit b2465f4194764b351119101ad4a350dfb65b422f Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 09:02:37 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 09:02:37 +0000 devel/radare2: Add CPE information Approved by: portmgr (blanket) --- devel/radare2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile index b514092a657f..601b75bd8999 100644 --- a/devel/radare2/Makefile +++ b/devel/radare2/Makefile @@ -17,9 +17,11 @@ NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture LIB_DEPENDS= libcapstone.so:devel/capstone4 -USES= gmake localbase pathfix pkgconfig +USES= cpe gmake localbase pathfix pkgconfig USE_GITHUB= yes +CPE_VENDOR= radare + CONFIGURE_ARGS= --with-syscapstone CFLAGS+= -I${PREFIX}/include/capstone GH_ACCOUNT= radare