diff options
author | pst <pst@FreeBSD.org> | 1997-07-07 06:30:38 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-07-07 06:30:38 +0000 |
commit | 72bab3c51a1e4f02986e0c1e8e441c6c51ee56be (patch) | |
tree | d8fcbbf3bd9df76a05a7a9dd44e30ab8ddb432ab /x11/tkgoodstuff/Makefile | |
parent | a7fed7598915e53482fcb706e7431ac28f44a678 (diff) | |
download | FreeBSD-ports-72bab3c51a1e4f02986e0c1e8e441c6c51ee56be.zip FreeBSD-ports-72bab3c51a1e4f02986e0c1e8e441c6c51ee56be.tar.gz |
Upgrade tkgoodstuff to tkgoodstuff v4.2.
(FYI: this was the catalyst for the recent crusade to nuke the core tcl)
Submitted by: max
Diffstat (limited to 'x11/tkgoodstuff/Makefile')
-rw-r--r-- | x11/tkgoodstuff/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile index 42ec105..b80ee32 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -1,25 +1,29 @@ # New ports collection makefile for: tkgoodstuff -# Version required: 4.1 +# Version required: 4.2b1-8 # Date created: 7 Oct 1996 # Whom: pst # # $Id: Makefile,v 1.5 1997/04/20 13:20:00 wosch Exp $ # -DISTNAME= tkgoodstuff4.1 -PKGNAME= tkgoodstuff-4.1 -CATEGORIES= x11 tk41 -MASTER_SITES= ftp://merv.philosophy.lsa.umich.edu/pub/ -EXTRACT_SUFX= .tgz +DISTNAME= tkgoodstuff4.2 +PKGNAME= tkgoodstuff-4.2b1.8 +CATEGORIES= x11 +MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ MAINTAINER= pst@FreeBSD.org RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm2 -LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42 +WRKSRC= ${WRKDIR}/tkgoodstuff4.2b1-8 GNU_CONFIGURE= yes -CONFIGURE_ENV= TCLCONFIGSH=/usr/libdata/tcl/tclConfig.sh TCLSH=/usr/bin/tclsh +CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl7.6/tclConfig.sh \ + TKCONFIGSH=${PREFIX}/lib/tk4.2/tkConfig.sh CONFIGURE_ARGS= --enable-libs STRIP= +post-patch: + @${RM} -f ${WRKSRC}/tcl/*.orig + .include <bsd.port.mk> |