summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglext/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-23 17:21:03 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-23 17:21:03 +0000
commitda448cf67e335d5f1053b91557a81777b44d9915 (patch)
tree9fe84288e596472a48bf87036177ba2d87fd95ae /x11-toolkits/gtkglext/Makefile
parentFirst do "brandelf -t Linux" at WRKSRC and then do install. This (diff)
Update to 1.2.0
PR: 99380 Submitted by: Ports fury
Notes
Notes: svn path=/head/; revision=166135
Diffstat (limited to 'x11-toolkits/gtkglext/Makefile')
-rw-r--r--x11-toolkits/gtkglext/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile
index 105c1c948870..d0eda9105659 100644
--- a/x11-toolkits/gtkglext/Makefile
+++ b/x11-toolkits/gtkglext/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= gtkglext
-PORTVERSION= 1.0.6
-PORTREVISION= 5
+PORTVERSION= 1.2.0
CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
@@ -18,14 +17,10 @@ COMMENT= An OpenGL extension to GTK
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
+USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
USE_GL= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|pango gmodule-2.0|pango pangox gmodule-2.0|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>