mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1499cd4579
PR: ports/109697 (based on) Submitted by: Eric P. Scott <eps+pbug0702@ana.com> Approved by: maintainer timeout (demon; 1 month)
36 lines
833 B
Makefile
36 lines
833 B
Makefile
# New ports collection makefile for: zebra-server
|
|
# Date created: 14 Nov 2000
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zebra-server
|
|
PORTVERSION= 2.0.28
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
|
|
DISTNAME= idzebra-${PORTVERSION}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Z39.50/SR server software
|
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
|
|
yaz.3:${PORTSDIR}/net/yaz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \
|
|
--with-tclconfig=${TCL_LIBDIR} \
|
|
--with-iconv=${LOCALBASE} --with-expat=${LOCALBASE}
|
|
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
USE_TCL= 84
|
|
|
|
MAN1= idzebra-config-2.0.1 zebraidx-2.0.1
|
|
MAN8= zebrasrv-2.0.8
|
|
MLINKS= idzebra-config-2.0.1 idzebra-config.1 \
|
|
zebraidx-2.0.1 zebraidx.1 \
|
|
zebrasrv-2.0.8 zebrasrv.8
|
|
|
|
.include <bsd.port.mk>
|