Skip to content

Commit

Permalink
devel/capstone3: Fix pkgbase conflict
Browse files Browse the repository at this point in the history
- After moving capstone5 to capstone there is a pkgbase conflict with
  capstone3 which is fixed here.
- While I am here pet portclippy

Approved by:	portmgr (blanket)
Reported by:	antoine
  • Loading branch information
5u623l20 committed Jul 17, 2023
1 parent 98952f0 commit 99da75e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devel/capstone3/Makefile
@@ -1,6 +1,7 @@
PORTNAME= capstone
PORTVERSION= 3.0.5
CATEGORIES= devel
PKGNAMESUFFIX= 3

MAINTAINER= oliver.pntr@gmail.com
COMMENT= Multi-platform, multi-architecture disassembly framework
Expand All @@ -9,19 +10,18 @@ WWW= http://capstone-engine.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT

CONFLICTS= capstone4

USES= cpe gmake
CPE_VENDOR= ${PORTNAME}-engine
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= aquynh
USE_LDCONFIG= yes

MAKE_ENV+= INSTALL_BIN="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_LIB="${INSTALL_LIB}"

TEST_ENV= ${MAKE_ENV} LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib
TEST_TARGET= check

CONFLICTS= capstone capstone4

.include <bsd.port.mk>

0 comments on commit 99da75e

Please sign in to comment.