1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/pev/Makefile
Tijl Coosemans c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00

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>