Files
ports/net/yazproxy/Makefile
Nuno Teixeira 9ca0f1c654 net/yazproxy: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-20 18:37:13 +00:00

20 lines
465 B
Makefile

PORTNAME= yazproxy
PORTVERSION= 1.3.9
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yazproxy/
MAINTAINER= demon@FreeBSD.org
COMMENT= Powerful general purpose Z39.50/SRW/SRU proxy
WWW= https://www.indexdata.dk/yazproxy/
LIB_DEPENDS= libyazpp.so:net/yaz++
USES= libtool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin
USE_LDCONFIG= yes
.include <bsd.port.mk>