diff options
Diffstat (limited to 'net/irrtoolset/Makefile')
-rw-r--r-- | net/irrtoolset/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/irrtoolset/Makefile b/net/irrtoolset/Makefile deleted file mode 100644 index 09e627a449df..000000000000 --- a/net/irrtoolset/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: RAToolSet -# Version required: 3.5.8 -# Date created: May 4th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= RAToolSet-3.5.8 -PKGNAME= ratoolset-3.5.8 -CATEGORIES= net tk80 -MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ - -MAINTAINER= jfitz@FreeBSD.org - -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 - -GNU_CONFIGURE= Yes -CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.0:${PREFIX}/include/tk8.0" \ - TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ - TCL_LIBRARY=${PREFIX}/lib/tcl8.0 \ - TK_LIBRARY=${PREFIX}/lib/tk8.0 \ - LD_TCL_TK_LIBS="-ltk80 -ltcl80" - -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> |