1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Use USES=localbase

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-09-24 11:14:33 +00:00
parent b9c06a7339
commit 3141e63cca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480597

View File

@ -13,13 +13,13 @@ COMMENT= Network trace anonymizer
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libxerces-c.so.3:textproc/xerces-c3
USES= compiler:c++0x dos2unix
USES= compiler:c++0x dos2unix localbase
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lboost_system
LDFLAGS+= -lboost_system
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/profiles
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/profiles)
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/profiles)
.include <bsd.port.mk>