blob: 76b623b3bfc37e5098e0e346f599a2995a9fe2e1 (
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
|
# New ports collection makefile for: zebra-server
# Date created: 14 Nov 2000
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zebra-server
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
DISTNAME= zebra-${PORTVERSION:S/0./0pl/}
MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin
CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>
|