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
|
2001-02-08 13:08:09 +00:00
|
|
|
PORTVERSION= 2.2.2a
|
2000-01-18 12:34:34 +00:00
|
|
|
CATEGORIES= net ipv6
|
2001-02-08 13:08:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
1998-06-08 14:13:19 +00:00
|
|
|
|
2001-02-08 13:08:09 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Multi-threaded Routing Toolkit
|
2001-02-08 13:08:09 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
1998-06-08 14:13:19 +00:00
|
|
|
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_AUTOCONF_VER= 213
|
1998-06-08 14:13:19 +00:00
|
|
|
|
2001-02-08 13:08:09 +00:00
|
|
|
MAN8= mrtd.8
|
1999-01-05 09:45:25 +00:00
|
|
|
|
|
|
|
EXAMPLES= programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \
|
2001-02-08 13:08:09 +00:00
|
|
|
programs/mrtd/mrtd.conf programs/mrtd/mrtd.pim.conf \
|
|
|
|
programs/mrtd/mrtd.ripng.conf programs/mrtd/solaris.ripng.conf
|
1998-06-08 14:13:19 +00:00
|
|
|
|
1999-01-05 09:45:25 +00:00
|
|
|
post-install:
|
2001-02-08 13:08:09 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/mrt
|
|
|
|
.for file in ${EXAMPLES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/mrt
|
|
|
|
.endfor
|
1999-01-05 09:45:25 +00:00
|
|
|
|
1998-06-08 14:13:19 +00:00
|
|
|
.include <bsd.port.mk>
|