276b046cb0
- 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)
19 lines
369 B
Makefile
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>
|