Files
Daniel Engberg dfc377168a net/yaz++: Update to 1.9.0
* 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
2025-05-29 16:18:44 +02:00

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>