1998-06-08 14:13:19 +00:00
|
|
|
# New ports collection makefile for: mrt
|
|
|
|
# Date created: Sat Jun 6 00:09:52 JST 1998
|
1999-01-05 09:45:25 +00:00
|
|
|
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
|
1998-06-08 14:13:19 +00:00
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-06-08 14:13:19 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= mrt
|
|
|
|
PORTVERSION= 2.1.2a
|
2000-01-18 12:34:34 +00:00
|
|
|
CATEGORIES= net ipv6
|
1998-06-08 14:13:19 +00:00
|
|
|
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= mrt-${PORTVERSION}-src
|
1998-06-08 14:13:19 +00:00
|
|
|
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
|
1999-01-05 09:45:25 +00:00
|
|
|
WRKSRC= ${WRKDIR}/mrt-${VERBASE}/src
|
1998-06-08 14:13:19 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-01-11 19:53:25 +00:00
|
|
|
USE_AUTOCONF= yes
|
1998-06-08 14:13:19 +00:00
|
|
|
|
2000-01-11 19:53:25 +00:00
|
|
|
VERBASE= 2.1.2a
|
1999-01-05 09:45:25 +00:00
|
|
|
|
1998-06-08 14:13:19 +00:00
|
|
|
MAN8= mrtd.8
|
1999-01-05 09:45:25 +00:00
|
|
|
EXAMPLES= programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \
|
|
|
|
programs/mrtd/mrtd.conf programs/mrtd/mrtd.ripng.conf \
|
|
|
|
programs/mrtd/solaris.ripng.conf
|
1998-06-08 14:13:19 +00:00
|
|
|
|
|
|
|
#post-extract:
|
|
|
|
# (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame)
|
|
|
|
|
1999-01-05 09:45:25 +00:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/mrt
|
|
|
|
for i in ${EXAMPLES}; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/examples/mrt; \
|
|
|
|
done
|
|
|
|
|
1998-06-08 14:13:19 +00:00
|
|
|
.include <bsd.port.mk>
|