mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2fe4b48570
Submitted by: itojun (myself)
25 lines
494 B
Makefile
25 lines
494 B
Makefile
# 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>
|