mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d3475bbc71
and uses anonymization profiles. Anonymization profiles allow for mapping of arbitrary anonymization primitives to protocol attributes, thus providing high flexibility and easy usability. A huge number of anonymization primitives and network protocols are supported and ready to use for online and offline anonymization. WWW: http://www.tm.uka.de/software/pktanon/
28 lines
708 B
Makefile
28 lines
708 B
Makefile
# New ports collection makefile for: pktanon
|
|
# Date created: 9 March 2009
|
|
# Whom: Wesley Shields <wxs@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pktanon
|
|
PORTVERSION= 1.2.2
|
|
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.4:${PORTSDIR}/devel/boost \
|
|
xerces-c:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
post-install:
|
|
${MKDIR} ${DATADIR}/profiles
|
|
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
|
|
|
|
.include <bsd.port.mk>
|