aboutsummaryrefslogtreecommitdiffstats
path: root/net/zebra
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-04-30 08:47:49 +0800
committermiwi <miwi@FreeBSD.org>2013-04-30 08:47:49 +0800
commita460205f0c953a2751e8510254177d5725340fe0 (patch)
tree6cb39861776de746e4b434bc4b49ea154047ad6d /net/zebra
parent5bbe53febeb22535ff30d2e467046b1c6689240c (diff)
downloadfreebsd-ports-gnome-a460205f0c953a2751e8510254177d5725340fe0.tar.gz
freebsd-ports-gnome-a460205f0c953a2751e8510254177d5725340fe0.tar.zst
freebsd-ports-gnome-a460205f0c953a2751e8510254177d5725340fe0.zip
- Update MASTER_SITES
- Add LICENSE - Add MAKE_JOBS_SAFE PR: 177921 Submitted by: Ports Fury
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>