mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
30 lines
718 B
Makefile
30 lines
718 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
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${DATADIR}/profiles
|
|
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
|
|
|
|
.include <bsd.port.mk>
|