1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/capstone/Makefile
Pawel Pekala 0e0ef34406 Update to version 2.1.1
PR:		ports/187582
Submitted by:	maintainer
2014-03-17 20:44:45 +00:00

24 lines
556 B
Makefile

# $FreeBSD$
PORTNAME= capstone
PORTVERSION= 2.1.1
CATEGORIES= devel
MASTER_SITES= http://capstone-engine.org/download/2.1/
MAINTAINER= oliver.pntr@gmail.com
COMMENT= Multi-platform, multi-architecture disassembly framework
LICENSE= BSD3CLAUSE
USES= gmake
USE_LDCONFIG= yes
MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" \
INSTALL_DATA="${INSTALL_DATA}"
post-build:
# The pkgconfig file is generated and points to stagedir
${REINPLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc
.include <bsd.port.mk>