From 69e2369de1b8f06fe1574605ec009268b3c51b9d Mon Sep 17 00:00:00 2001 From: nectar Date: Sun, 10 Sep 2000 22:07:20 +0000 Subject: Update 2.1.16 -> 2.2.1 PR: ports/21123 Submitted by: KATO Tsuguru --- x11-toolkits/wxgtk/Makefile | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) (limited to 'x11-toolkits/wxgtk/Makefile') diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index 755f995179fd..33703da99e23 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: wxGTK +# New ports collection makefile for: wxGTK # Date created: September 18, 1999 # Whom: nectar@FreeBSD.ORG # @@ -6,31 +6,24 @@ # PORTNAME= wxgtk -PORTVERSION= 2.1.16 +PORTVERSION= 2.2.1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ \ - http://netfx-2000.linux.tucows.com/files/x11/dev/ \ - http://linuxberg.is.co.za/files/x11/dev/ \ - http://cyberec.linux.tucows.com/files/x11/dev/ \ - http://gil.linux.tucows.com/files/x11/dev/ \ - http://cyberbeach.linux.tucows.com/files/x11/dev/ \ - http://bonn.linux.tucows.com/files/x11/dev/ \ - http://matrix.linux.tucows.com/files/x11/dev/ +MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ DISTNAME= wxGTK-${PORTVERSION} -EXTRACT_SUFX= .tgz -MAINTAINER= nectar@FreeBSD.ORG +MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes - WRKSRC= ${WRKDIR}/wxGTK -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_NEWGCC= yes +USE_GMAKE= yes +USE_AUTOCONF= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +INSTALLS_SHLIB= yes .include -- cgit