1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/mrt/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

34 lines
840 B
Makefile

# New ports collection makefile for: mrt
# Date created: Sat Jun 6 00:09:52 JST 1998
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
#
# $FreeBSD$
#
PORTNAME= mrt
PORTVERSION= 2.2.2a
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-threaded Routing Toolkit
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_AUTOTOOLS= autoconf:213
MAN8= mrtd.8
EXAMPLES= programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \
programs/mrtd/mrtd.conf programs/mrtd/mrtd.pim.conf \
programs/mrtd/mrtd.ripng.conf programs/mrtd/solaris.ripng.conf
post-install:
@${MKDIR} ${PREFIX}/share/examples/mrt
.for file in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/mrt
.endfor
.include <bsd.port.mk>