mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d1107bb40e
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
29 lines
733 B
Makefile
29 lines
733 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.3
|
|
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-libs \
|
|
xerces-c:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${DATADIR}/profiles
|
|
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
|
|
|
|
.include <bsd.port.mk>
|