diff options
Diffstat (limited to 'net/yaz++/Makefile')
-rw-r--r-- | net/yaz++/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/net/yaz++/Makefile b/net/yaz++/Makefile index 13e6d30c22ba..8b37ee5aad19 100644 --- a/net/yaz++/Makefile +++ b/net/yaz++/Makefile @@ -1,9 +1,9 @@ PORTNAME= yaz++ -PORTVERSION= 1.6.1 -PORTREVISION= 2 +DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://ftp.indexdata.dk/pub/yazpp/ -DISTNAME= yazpp-${PORTVERSION} +MASTER_SITES= https://ftp.indexdata.dk/pub/yazpp/ +DISTNAME= yazpp-${DISTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= C++ toolkit for development of Z39.50v3 clients and servers @@ -11,11 +11,14 @@ WWW= https://www.indexdata.dk/yazplusplus/ LIB_DEPENDS= libyaz.so:net/yaz +USES= gnome libtool pathfix pkgconfig +USE_GNOME= libxml2 libxslt +USE_LDCONFIG= yes + +LDFLAGS+= -Wl,--as-needed + GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin + INSTALL_TARGET= install-strip -USES= libtool -USE_LDCONFIG= yes .include <bsd.port.mk> |