Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 10:11:34 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369711 - head/security/obfsclient
Message-ID:  <201410011011.s91ABYPC097166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410011011.s91ABYPC097166>