diff options
author | nectar <nectar@FreeBSD.org> | 2000-09-11 06:07:20 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-09-11 06:07:20 +0800 |
commit | 69e2369de1b8f06fe1574605ec009268b3c51b9d (patch) | |
tree | 972cb5e853e6135621f37e888d5b2e7cb9b0baf9 /x11-toolkits/wxgtk/Makefile | |
parent | 21a106b4b18b777da12ce69efa7e5d4ca1f21d11 (diff) | |
download | freebsd-ports-gnome-69e2369de1b8f06fe1574605ec009268b3c51b9d.tar.gz freebsd-ports-gnome-69e2369de1b8f06fe1574605ec009268b3c51b9d.tar.zst freebsd-ports-gnome-69e2369de1b8f06fe1574605ec009268b3c51b9d.zip |
Update 2.1.16 -> 2.2.1
PR: ports/21123
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-toolkits/wxgtk/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 31 |
1 files changed, 12 insertions, 19 deletions
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 <bsd.port.mk> |