blob: a038e783849e9779ab211b6f0ceaaaeb29181127 (
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
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: mrt
# Version required: 1.5.1a
# Date created: Sat Jun 6 00:09:52 JST 1998
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
#
# $FreeBSD$
#
DISTNAME= mrt-${VERBASE}-src
PKGNAME= mrt-${VERBASE}
CATEGORIES= net
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
MAINTAINER= itojun@itojun.org
WRKSRC= ${WRKDIR}/mrt-${VERBASE}/src
GNU_CONFIGURE= yes
VERBASE= 1.5.1a
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>
|