aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk-devel/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-09-10 22:07:20 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-09-10 22:07:20 +0000
commit55616103bde31f1297e397f2cf998ae49d7cf2f4 (patch)
tree305027cbbd235d24ffacce7c4d64903e75d1a5c2 /x11-toolkits/wxgtk-devel/Makefile
parent7d9b1f28c4a53d5cdc93e88bd0dfa2a0b9e752e1 (diff)
downloadports-55616103bde31f1297e397f2cf998ae49d7cf2f4.tar.gz
ports-55616103bde31f1297e397f2cf998ae49d7cf2f4.zip
Update 2.1.16 -> 2.2.1
PR: ports/21123 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=32498
Diffstat (limited to 'x11-toolkits/wxgtk-devel/Makefile')
-rw-r--r--x11-toolkits/wxgtk-devel/Makefile31
1 files changed, 12 insertions, 19 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile
index 755f995179fd..33703da99e23 100644
--- a/x11-toolkits/wxgtk-devel/Makefile
+++ b/x11-toolkits/wxgtk-devel/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>