mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c88aaf5c89
PR: 195796
27 lines
486 B
Makefile
27 lines
486 B
Makefile
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pev
|
|
PORTVERSION= 0.70
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= PE analysis toolkit
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
|
|
MAKE_ARGS= MAKE=${MAKE_CMD}
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|