freebsd-ports/net/zebra-server/Makefile
Christian Weisgerber b0a7373ed3 net/zebra-server: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-18 17:39:47 +01:00

26 lines
694 B
Makefile

PORTNAME= zebra-server
PORTVERSION= 2.0.55
PORTREVISION= 22
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
DISTNAME= idzebra-${PORTVERSION}
MAINTAINER= ben@gibbed.org
COMMENT= Z39.50/SR server software
WWW= https://www.indexdata.dk/zebra/
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libicui18n.so:devel/icu \
libyaz.so:net/yaz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \
--with-tclconfig=${TCL_LIBDIR} \
--with-iconv=${ICONV_PREFIX} --with-expat=${LOCALBASE}
INSTALL_TARGET= install-strip
USES= iconv libtool shebangfix tcl
SHEBANG_FILES= util/idzebra-abs2dom
USE_LDCONFIG= yes
.include <bsd.port.mk>