1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/pktanon/Makefile
John Marino 1794478b8b lib/pktanon: add <unistd.h> for modern compilers
USE_DOS2UNIX had to be set in order to apply the patch.

Approved by:	portmgr (bapt, implicit)
2013-10-01 18:02:36 +00:00

26 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= pktanon
PORTVERSION= 1.4.0
CATEGORIES= net
MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-dev
MAINTAINER= wxs@FreeBSD.org
COMMENT= Network trace anonymizer
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \
xerces-c.3:${PORTSDIR}/textproc/xerces-c3
USE_DOS2UNIX= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lboost_system
NO_STAGE= yes
post-install:
${MKDIR} ${DATADIR}/profiles
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
.include <bsd.port.mk>