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:
parent
b9c06a7339
commit
3141e63cca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480597
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user