freebsd-ports/net/zebra-server/Makefile
2014-11-22 14:43:23 +00:00

26 lines
675 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= zebra-server
PORTVERSION= 2.0.55
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
DISTNAME= idzebra-${PORTVERSION}
MAINTAINER= ben@gibbed.org
COMMENT= Z39.50/SR server software
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
libyaz.so:${PORTSDIR}/net/yaz
GNU_CONFIGURE= yes
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>