summaryrefslogtreecommitdiff
path: root/net/ratoolset/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-05-05 10:46:20 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-05-05 10:46:20 +0000
commit8db7e65794ebb189ebd5638faf4a7f2ef2272bfb (patch)
tree2feff32c00586a9519cc1228dadbf1090876c5b9 /net/ratoolset/Makefile
parentActivate p5-Apache (diff)
Import of RAToolSet, a policy analysis tool suite for the Internet Routing Registry.
Requested-by: Poul-Henning Kamp <phk@dk.tfs.com>
Notes
Notes: svn path=/head/; revision=6404
Diffstat (limited to 'net/ratoolset/Makefile')
-rw-r--r--net/ratoolset/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/ratoolset/Makefile b/net/ratoolset/Makefile
new file mode 100644
index 000000000000..e4f0bec72e1c
--- /dev/null
+++ b/net/ratoolset/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: RAToolSet
+# Version required: 3.5.2
+# Date created: May 4th 1997
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= RAToolSet-3.5.2
+PKGNAME= ratoolset-3.5.2
+CATEGORIES= net databases
+MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
+
+HAS_CONFIGURE= YES
+ALL_TARGET= depend all
+
+CONFIGURE_ENV+= TCL_TK_INCLUDE_DIR=/usr/include/tcl:${PREFIX}/include \
+ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
+ LD_TCL_TK_LIBS="-ltcl -ltk41"
+
+MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \
+ prcheck.1 roe.1
+MAN8= prtraceroute.8 relayd.8
+
+.include <bsd.port.mk>