freebsd-ports/security/pev/Makefile
Danilo Egea Gondolfo 276b046cb0 - Use new LIB_DEPENDS syntax
- Use USES=gmake instead of USE_GMAKE
- Recreate distinfo (package modified without changing version)
- Recreate patches with makepatch
- Fix build on CURRENT
- Enable staging support

Approved by:	wg (mentor)
2013-09-24 16:28:25 +00:00

19 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= pev
PORTVERSION= 0.60
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= danilogondolfo@gmail.com
COMMENT= The PE analysis toolkit
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USES= gmake
USE_LDCONFIG= yes
MAKE_ARGS+= PREFIX=${STAGEDIR}/${PREFIX} MAKE=${GMAKE}
.include <bsd.port.mk>