diff options
Diffstat (limited to 'net/mrt/Makefile')
-rw-r--r-- | net/mrt/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/mrt/Makefile b/net/mrt/Makefile new file mode 100644 index 000000000000..16cea4696cba --- /dev/null +++ b/net/mrt/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: mrt +# Version required: 1.4.8a-980605 +# Date created: Sat Jun 6 00:09:52 JST 1998 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id$ +# + +DISTNAME= mrt-1.4.8a-980605-src +PKGNAME= mrt-1.4.8a +CATEGORIES= net +MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ + +MAINTAINER= itojun@itojun.org + +WRKSRC= ${WRKDIR}/${PKGNAME}/src +GNU_CONFIGURE= yes + +MAN8= mrtd.8 + +#post-extract: +# (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame) + +.include <bsd.port.mk> |