mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
9b21a3a084
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
26 lines
587 B
Makefile
26 lines
587 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pktanon
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 13
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-dev
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network trace anonymizer
|
|
|
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
|
|
libxerces-c.so.3:textproc/xerces-c3
|
|
|
|
USES= compiler:c++0x dos2unix localbase
|
|
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -lboost_system
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/profiles
|
|
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/profiles)
|
|
|
|
.include <bsd.port.mk>
|