mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix detection of PCSC library
- Convert to USES=localbase
This commit is contained in:
parent
a71521b5ba
commit
31cc4ccc87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424056
1 changed files with 2 additions and 6 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue