mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
27 lines
651 B
Makefile
27 lines
651 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:textproc/expat2 \
|
|
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>
|