mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
912c68df95
With hat: portmgr
27 lines
628 B
Makefile
27 lines
628 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pktanon
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 1
|
|
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= libboost_regex.so:${PORTSDIR}/devel/boost-libs \
|
|
libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
|
|
|
|
USES= dos2unix
|
|
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>
|