1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/pev/Makefile
Danilo Egea Gondolfo 653330038a - Update from 0.60 to 0.70
- Add LICENSE
2013-12-28 02:34:56 +00:00

25 lines
448 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= pev
PORTVERSION= 0.70
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
MAKE_ARGS= MAKE=${GMAKE}
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>