freebsd-ports/net/zebra-server/Makefile

27 lines
545 B
Makefile
Raw Normal View History

# 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>
#
# $FreeBSD$
#
PORTNAME= zebra-server
2001-12-23 13:02:19 +01:00
PORTVERSION= 1.1
CATEGORIES= net
2001-12-23 13:02:19 +01:00
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
2001-12-23 13:02:19 +01:00
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>