aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /net-mgmt/irrtoolset/Makefile
parentf667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net-mgmt/irrtoolset/Makefile')
-rw-r--r--net-mgmt/irrtoolset/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
deleted file mode 100644
index 39592020fc2a..000000000000
--- a/net-mgmt/irrtoolset/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: RAToolSet
-# Date created: May 4th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ratoolset
-PORTVERSION= 3.5.8
-CATEGORIES= net tk82
-MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/
-DISTNAME= RAToolSet-3.5.8
-
-MAINTAINER= jfitz@FreeBSD.org
-
-LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
-
-USE_BISON= yes
-GNU_CONFIGURE= Yes
-CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \
- TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
- TCL_LIBRARY=${PREFIX}/lib/tcl8.2 \
- TK_LIBRARY=${PREFIX}/lib/tk8.2 \
- LD_TCL_TK_LIBS="-ltk82 -ltcl82"
-
-MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \
- prcheck.1 roe.1
-MAN8= prtraceroute.8 relayd.8
-
-ALL_TARGET= depend all
-
-.include <bsd.port.mk>