svn commit: r424056 - head/devel/libchipcard

Jason E. Hale jhale at FreeBSD.org
Sun Oct 16 11:01:30 UTC 2016


Author: jhale
Date: Sun Oct 16 11:01:29 2016
New Revision: 424056
URL: https://svnweb.freebsd.org/changeset/ports/424056

Log:
  - Fix detection of PCSC library
  - Convert to USES=localbase

Modified:
  head/devel/libchipcard/Makefile

Modified: head/devel/libchipcard/Makefile
==============================================================================
--- head/devel/libchipcard/Makefile	Sun Oct 16 10:47:42 2016	(r424055)
+++ head/devel/libchipcard/Makefile	Sun Oct 16 11:01:29 2016	(r424056)
@@ -14,15 +14,11 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
 		libgwenhywfar.so:devel/gwenhywfar
 
-USES=		gmake libtool ssl
+USES=		gmake libtool localbase pkgconfig ssl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	aq_distrib_name="FreeBSD"
-CONFIGURE_ARGS+=--enable-release="yes" \
-		--with-pcsc-includes=${LOCALBASE}/include \
-		--with-pcsc-libs=${LOCALBASE}/lib
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS+=--enable-release="yes"
 INSTALL_TARGET=	install-strip
 
 PLIST_SUB=	GWEN_SHLIB_VER="${GWEN_SHLIB_VER}"


More information about the svn-ports-all mailing list