1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/zebra-server/Makefile
Jan Beich 23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00

28 lines
679 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= zebra-server
PORTVERSION= 2.0.55
PORTREVISION= 5
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:textproc/expat2 \
libicui18n.so:devel/icu \
libyaz.so: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>