summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /net-mgmt/irrtoolset/Makefile
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes: svn path=/head/; revision=18827 svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'net-mgmt/irrtoolset/Makefile')
-rw-r--r--net-mgmt/irrtoolset/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
deleted file mode 100644
index 41421d5421da..000000000000
--- a/net-mgmt/irrtoolset/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: RAToolSet
-# Version required: 3.5.2
-# Date created: May 4th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $Id: Makefile,v 1.6 1998/08/07 23:56:44 asami Exp $
-#
-
-DISTNAME= RAToolSet-3.5.2
-PKGNAME= ratoolset-3.5.2
-CATEGORIES= net tk41
-MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/
-
-MAINTAINER= jfitz@FreeBSD.ORG
-
-LIB_DEPENDS= tk41.1:${PORTSDIR}/x11-toolkits/tk41
-
-GNU_CONFIGURE= Yes
-CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl7.5: \
- ${PREFIX}/include/tk4.1" \
- TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
- LD_TCL_TK_LIBS="-ltcl75 -ltk41"
-
-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>