diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 10:11:33 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 10:11:33 +0000 |
commit | 0bda2cf7ad3bc7062af4cb23b5fa9cc0ce77bdf8 (patch) | |
tree | 58e44b02d8beeba835e69fd92dd50611e2f21b6a | |
parent | 87bfc6aa71b071441a2e16ab3b0301e9dc11e91e (diff) | |
download | ports-0bda2cf7ad3bc7062af4cb23b5fa9cc0ce77bdf8.tar.gz ports-0bda2cf7ad3bc7062af4cb23b5fa9cc0ce77bdf8.zip |
Notes
-rw-r--r-- | security/obfsclient/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile index fd03bcb74bcb..cbeb4d50cd58 100644 --- a/security/obfsclient/Makefile +++ b/security/obfsclient/Makefile @@ -19,18 +19,14 @@ GH_COMMIT= 3c551c5 GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool:build pkgconfig tar:bzip2 -USE_AUTOTOOLS= autoconf aclocal automake +USES= autoreconf compiler:c++11-lib pkgconfig tar:bzip2 -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYING -pre-configure: - @(cd ${WRKSRC} && ./autogen.sh) - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} |