2009-03-12 05:03:16 +01:00
|
|
|
# New ports collection makefile for: pktanon
|
|
|
|
# Date created: 9 March 2009
|
|
|
|
# Whom: Wesley Shields <wxs@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pktanon
|
2009-06-11 20:21:16 +02:00
|
|
|
PORTVERSION= 1.2.3
|
2009-03-12 05:03:16 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-dev
|
|
|
|
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
|
|
COMMENT= Network trace anonymizer
|
|
|
|
|
2009-07-28 13:45:08 +02:00
|
|
|
LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \
|
2009-03-12 05:03:16 +01:00
|
|
|
xerces-c:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
2009-05-09 04:46:09 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-03-12 05:03:16 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DATADIR}/profiles
|
|
|
|
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|