svn commit: r369711 - head/security/obfsclient
Tijl Coosemans
tijl at FreeBSD.org
Wed Oct 1 10:11:34 UTC 2014
Author: tijl
Date: Wed Oct 1 10:11:33 2014
New Revision: 369711
URL: https://svnweb.freebsd.org/changeset/ports/369711
QAT: https://qat.redports.org/buildarchive/r369711/
Log:
- Convert to USES=autoreconf
- Remove USES=libtool:build because this port does not use libtool
Modified:
head/security/obfsclient/Makefile
Modified: head/security/obfsclient/Makefile
==============================================================================
--- head/security/obfsclient/Makefile Wed Oct 1 10:03:11 2014 (r369710)
+++ head/security/obfsclient/Makefile Wed Oct 1 10:11:33 2014 (r369711)
@@ -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}
More information about the svn-ports-all
mailing list