From 6f1b22e78054b1f53489e97561316d0f34ad07cd Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 15 Oct 2000 17:36:42 +0000 Subject: mrt, merit's multithreaded routing toolkit --- net/mrt/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 net/mrt/Makefile (limited to 'net/mrt/Makefile') diff --git a/net/mrt/Makefile b/net/mrt/Makefile new file mode 100644 index 00000000000..796d3c27d3f --- /dev/null +++ b/net/mrt/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:36:42 itojun Exp $ +# + +DISTNAME= mrt-2.2.2a-Aug11 +PKGNAME= mrt-2.2.2a.20000811 +CATEGORIES= net +MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.mrtd.net/ + +WRKSRC= ${WRKDIR}/mrt/src +GNU_CONFIGURE= yes + +PLIST_SRC= ${WRKSRC}/.PLIST_SRC + +# nuke yet-to-be-ready directories, configure.in is written in a strange way +post-extract: + (cd ${WRKSRC}/programs; ${RM} -fr route_tracker sospf srip) + +post-install: + ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} + ${MKDIR} ${PREFIX}/share/examples/mrt + ${INSTALL_DATA} ${WRKSRC}/programs/*/*.conf \ + ${PREFIX}/share/examples/mrt + (cd ${PREFIX}; ${FIND} share/examples/mrt -type f -print \ + >> ${PLIST_SRC}) + (cd ${PREFIX}; ${FIND} -d share/examples/mrt -type d -print | \ + ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3