freebsd-ports/net/mrt/Makefile

36 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.1.2a
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
DISTNAME= mrt-${PORTVERSION}-src
MAINTAINER= itojun@itojun.org
WRKSRC= ${WRKDIR}/mrt-${VERBASE}/src
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
VERBASE= 2.1.2a
MAN8= mrtd.8
EXAMPLES= programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \
programs/mrtd/mrtd.conf programs/mrtd/mrtd.ripng.conf \
programs/mrtd/solaris.ripng.conf
#post-extract:
# (${CHDIR} ${WRKSRC}/..; ./make-sym-links kame)
post-install:
${MKDIR} ${PREFIX}/share/examples/mrt
for i in ${EXAMPLES}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/examples/mrt; \
done
.include <bsd.port.mk>