aboutsummaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-04-30 00:47:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-04-30 00:47:49 +0000
commit6e059d85975408a63d63b22e9ff2fbedf1c2d2cf (patch)
tree6cb39861776de746e4b434bc4b49ea154047ad6d /net/zebra
parentba5ee896300daa5002fed4005006974440b190fb (diff)
downloadports-6e059d85975408a63d63b22e9ff2fbedf1c2d2cf.tar.gz
ports-6e059d85975408a63d63b22e9ff2fbedf1c2d2cf.zip
Notes
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 6bfc50028dc1..0cf18f4ed816 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,23 +1,20 @@
-# New ports collection makefile for: zebra
-# Date created: So 31 Mai 1998 11:00:30 CEST
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$
-#
PORTNAME= zebra
PORTVERSION= 0.95a
PORTREVISION= 2
CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
+MASTER_SITES= ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
- ftp://ftp.sunet.se/pub/network/zebra/ \
- ftp://6bone.informatik.uni-leipzig.de/pub/ftp.zebra.org/pub/zebra/ \
- ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/
+ http://ftp.sunet.se/pub/network/zebra/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector)
+LICENSE= GPLv2 LGPL21
+LICENSE_COMB= multi
+
CONFLICTS= openbgpd-[0-9]* quagga-[0-9]* quagga-re-[0-9]* openospfd-[0-9]*
SUB_FILES= pkg-message zebractl
@@ -30,6 +27,8 @@ SUB_LIST= BGPDARGS=${BGPDARGS} \
USE_SUBMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/zebra
+MAKE_JOBS_SAFE= yes
+
SCRIPTS_ENV= WRKDIRPREFIX=${WRKDIRPREFIX}
OPTIONS_DEFINE= IPV6 PAM OSPFNSSA SNMP TCPZEBRA BGPD OSPF6D OSPFD RIPD RIPNGD VTYSH
@@ -128,9 +127,9 @@ PLIST_SUB+= VTYSH="@comment "
post-install:
@( cd ${WRKSRC}/doc; ${RM} -f zebra*info*; ${MAKE} zebra.info install )
- @${ECHO} "===> installing zebra startup file..."
+ @${ECHO_MSG} "===> installing zebra startup file..."
${INSTALL_SCRIPT} ${WRKDIR}/zebractl ${PREFIX}/sbin/zebractl
- @${ECHO} "done."
+ @${ECHO_MSG} "done."
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>