- Fix detection of PCSC library

- Convert to USES=localbase
This commit is contained in:
Jason E. Hale 2016-10-16 11:01:29 +00:00
parent a71521b5ba
commit 31cc4ccc87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424056

View file

@ -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}"