diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 23:52:22 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 23:52:22 +0800 |
commit | 9787d848abd6ef56d64b998ec1c6dc2e2afa9887 (patch) | |
tree | 5fda919d95a23b2dd1f5fe297c189ad94610d270 /net/ratoolset/Makefile | |
parent | 4a6f3069ad29df95311c97672d91e8dd26e2f819 (diff) | |
download | freebsd-ports-gnome-9787d848abd6ef56d64b998ec1c6dc2e2afa9887.tar.gz freebsd-ports-gnome-9787d848abd6ef56d64b998ec1c6dc2e2afa9887.tar.zst freebsd-ports-gnome-9787d848abd6ef56d64b998ec1c6dc2e2afa9887.zip |
Update to version 4.5.0.
Requested by: rgrimes
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'net/ratoolset/Makefile')
-rw-r--r-- | net/ratoolset/Makefile | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/net/ratoolset/Makefile b/net/ratoolset/Makefile index 63c8b78c52a9..d5c500e69e3c 100644 --- a/net/ratoolset/Makefile +++ b/net/ratoolset/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 <jfitz@FreeBSD.org> # # $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 |