mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
* Adjust port Makefile to closer follow Porters Handbook Changelog: https://github.com/indexdata/yazpp/blob/v1.9.0/NEWS PR: 286792 Approved by: maintainer timeout, 2+ weeks
24 lines
495 B
Makefile
24 lines
495 B
Makefile
PORTNAME= yaz++
|
|
DISTVERSION= 1.9.0
|
|
CATEGORIES= net
|
|
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
|
|
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
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|