From 8fb1a5c1171fa4de3279ee252ac812c5c4492812 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 10 Dec 1999 15:52:22 +0000 Subject: Update to version 4.5.0. Requested by: rgrimes Submitted by: Ade Lovett --- net-mgmt/irrtoolset/Makefile | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'net-mgmt/irrtoolset/Makefile') diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index 63c8b78c52a9..d5c500e69e3c 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: RAToolSet -# Version required: 3.5.8 +# Version required: 4.5.0 # Date created: May 4th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # -DISTNAME= RAToolSet-3.5.8 -PKGNAME= ratoolset-3.5.8 +DISTNAME= RAToolSet-4.5.0 +PKGNAME= ratoolset-4.5.0 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ @@ -15,16 +15,18 @@ MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 -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 \ +USE_NEWGCC= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${LOCALBASE}/include/tcl8.2:${LOCALBASE}/include/tk8.2" \ + TCL_TK_LIBRARY_DIR=${LOCALBASE}/lib \ + TCL_LIBRARY=${LOCALBASE}/lib/tcl8.2 \ + TK_LIBRARY=${LOCALBASE}/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 +MAN1= CIDRAdvisor.1 RtConfig.1 aoe.1 peval.1 prpath.1 \ + prtraceroute.1 roe.1 rpslcheck.1 +MAN8= prtraceroute.8 ALL_TARGET= depend all -- cgit v1.2.3