d20cf98ee7
This distribution of the Multi-threaded Routing Toolkit includes routing daemons, programming libraries and Internet routing statistics/performance measurement tools.
23 lines
567 B
Makefile
23 lines
567 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 1999/05/12 05:12:05 turan Exp $
|
|
# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
|
|
# Original from: Christopher Turan <turan@openbsd.org>
|
|
#
|
|
|
|
#
|
|
# What port/package will be created
|
|
#
|
|
DISTNAME= mrt-1.6.0a-990430-src
|
|
PKGNAME= mrt-1.6.0a
|
|
CATEGORIES= net
|
|
MAINTAINER= turan@openbsd.org
|
|
|
|
# where the source files and patches can be fetched
|
|
#
|
|
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
|
|
|
|
GNU_CONFIGURE= yes (assumed if USE_AUTOCONF is yes)
|
|
|
|
WRKSRC= ${WRKDIR}/mrt-1.6.0a/src
|
|
|
|
.include <bsd.port.mk>
|