mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade base version of mrt to 1.5.1a.
Obtained from: KAME ports (also maintained by me)
This commit is contained in:
parent
c78a647d72
commit
e236768ddc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15857
3 changed files with 24 additions and 7 deletions
|
@ -1,24 +1,35 @@
|
||||||
# New ports collection makefile for: mrt
|
# New ports collection makefile for: mrt
|
||||||
# Version required: 1.4.8a-980605
|
# Version required: 1.5.1a
|
||||||
# Date created: Sat Jun 6 00:09:52 JST 1998
|
# Date created: Sat Jun 6 00:09:52 JST 1998
|
||||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1.1.1.6.1.6.1 1999/01/05 09:30:48 itojun Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mrt-1.4.8a-980605-src
|
DISTNAME= mrt-${VERBASE}-src
|
||||||
PKGNAME= mrt-1.4.8a
|
PKGNAME= mrt-${VERBASE}
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
|
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
|
||||||
|
|
||||||
MAINTAINER= itojun@itojun.org
|
MAINTAINER= itojun@itojun.org
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PKGNAME}/src
|
WRKSRC= ${WRKDIR}/mrt-${VERBASE}/src
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
VERBASE= 1.5.1a
|
||||||
|
|
||||||
MAN8= mrtd.8
|
MAN8= mrtd.8
|
||||||
|
EXAMPLES= programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \
|
||||||
|
programs/mrtd/mrtd.conf programs/mrtd/mrtd.ripng.conf \
|
||||||
|
programs/mrtd/solaris.ripng.conf
|
||||||
|
|
||||||
#post-extract:
|
#post-extract:
|
||||||
# (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame)
|
# (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame)
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${MKDIR} ${PREFIX}/share/examples/mrt
|
||||||
|
for i in ${EXAMPLES}; do \
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/examples/mrt; \
|
||||||
|
done
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (mrt-1.4.8a-980605-src.tar.gz) = f0d04e626a3e536fc05806b1a05890e1
|
MD5 (mrt-1.5.1a-src.tar.gz) = 89c476ee662c4a0dfc5ce47a6cb7c860
|
||||||
|
|
|
@ -3,3 +3,9 @@ sbin/mrtd
|
||||||
sbin/route_atob
|
sbin/route_atob
|
||||||
sbin/route_btoa
|
sbin/route_btoa
|
||||||
sbin/sbgp
|
sbin/sbgp
|
||||||
|
share/examples/mrt/bgpsim.conf
|
||||||
|
share/examples/mrt/bgpsim6.conf
|
||||||
|
share/examples/mrt/mrtd.conf
|
||||||
|
share/examples/mrt/mrtd.ripng.conf
|
||||||
|
share/examples/mrt/solaris.ripng.conf
|
||||||
|
@dirrm share/examples/mrt
|
||||||
|
|
Loading…
Add table
Reference in a new issue