1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/pev/Makefile
Martin Matuska b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00

25 lines
438 B
Makefile

# $FreeBSD$
PORTNAME= pev
PORTVERSION= 0.60
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= danilogondolfo@gmail.com
COMMENT= The PE analysis toolkit
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
USE_GMAKE= yes
USE_LDCONFIG= yes
PATCH_STRIP= -p1
MAN1= readpe.1 pedis.1 pepack.1 pescan.1 \
rva2ofs.1 pesec.1 ofs2rva.1 pestr.1 pehash.1
MANCOMPRESSED= yes
.include <bsd.port.mk>