blob: 16cea4696cba6b6300af941cd064355ae954e65d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
|