2000-11-16 21:12:12 +01:00
|
|
|
# New ports collection makefile for: zebra-server
|
2001-12-23 13:02:19 +01:00
|
|
|
# Date created: 14 Nov 2000
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
2000-11-16 21:12:12 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zebra-server
|
2001-12-23 13:02:19 +01:00
|
|
|
PORTVERSION= 1.1
|
2000-11-16 21:12:12 +01:00
|
|
|
CATEGORIES= net
|
2001-12-23 13:02:19 +01:00
|
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
|
2000-11-16 21:12:12 +01:00
|
|
|
DISTNAME= zebra-${PORTVERSION:S/0./0pl/}
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
|
2001-12-23 21:13:25 +01:00
|
|
|
LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz
|
2000-11-16 21:12:12 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin
|
|
|
|
|
2001-12-23 13:02:19 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@(cd ${WRKSRC}/doc; ${MAKE} install)
|
|
|
|
.endif
|
|
|
|
|
2000-11-16 21:12:12 +01:00
|
|
|
.include <bsd.port.mk>
|