aboutsummaryrefslogtreecommitdiffstats
path: root/net/zebra-server/Makefile
blob: db47c91f0e7a3b02802304f030d0c08a54a60d57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$

PORTNAME=   zebra-server
PORTVERSION=    2.0.45
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=    expat.6:${PORTSDIR}/textproc/expat2 \
        yaz.4:${PORTSDIR}/net/yaz

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \
        --with-tclconfig=${TCL_LIBDIR} \
        --with-iconv=${ICONV_PREFIX} --with-expat=${LOCALBASE}

USES=       iconv
USE_LDCONFIG=   yes
USE_TCL=    yes

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

NO_STAGE=   yes
.include <bsd.port.mk>