aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-21 01:27:35 +0800
committerkrion <krion@FreeBSD.org>2004-03-21 01:27:35 +0800
commit924089a18c3e52171768680422120c4d8af6ec3d (patch)
tree68f828690662c916d0e03c92d40b5e57895f388c
parent4c794f920337d0ceb56c1fcf4077314ab83878a9 (diff)
downloadfreebsd-ports-gnome-924089a18c3e52171768680422120c4d8af6ec3d.tar.gz
freebsd-ports-gnome-924089a18c3e52171768680422120c4d8af6ec3d.tar.zst
freebsd-ports-gnome-924089a18c3e52171768680422120c4d8af6ec3d.zip
- Update to version 1.2.3
PR: ports/64512 Submitted by: Ports Fury
-rw-r--r--x11-toolkits/gtkglarea/Makefile17
-rw-r--r--x11-toolkits/gtkglarea/distinfo4
-rw-r--r--x11-toolkits/gtkglarea/pkg-descr2
3 files changed, 12 insertions, 11 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile
index 9dcd5af65133..86cda5547663 100644
--- a/x11-toolkits/gtkglarea/Makefile
+++ b/x11-toolkits/gtkglarea/Makefile
@@ -6,20 +6,23 @@
#
PORTNAME= gtkglarea
-PORTVERSION= 1.2.2
-PORTREVISION= 2
+PORTVERSION= 1.2.3
CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
+MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= An OpenGL widget for the GTK+ GUI toolkit
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
USE_X_PREFIX= yes
USE_GL= yes
-USE_GNOME= gtk12
-USE_LIBTOOL_VER=13
-INSTALLS_SHLIB= yes
+USE_GNOME= gnometarget gtk12 lthack
+USE_LIBTOOL_VER= 13
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-lib-GL
-CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++"
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkglarea/distinfo b/x11-toolkits/gtkglarea/distinfo
index 6fe1815073fe..bfa2e67d98d0 100644
--- a/x11-toolkits/gtkglarea/distinfo
+++ b/x11-toolkits/gtkglarea/distinfo
@@ -1,2 +1,2 @@
-MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86
-SIZE (gtkglarea-1.2.2.tar.gz) = 173949
+MD5 (gtkglarea_1.2.3.orig.tar.gz) = cd82b1ca47d9bd13e0b890181b33a871
+SIZE (gtkglarea_1.2.3.orig.tar.gz) = 291348
diff --git a/x11-toolkits/gtkglarea/pkg-descr b/x11-toolkits/gtkglarea/pkg-descr
index 6159dc5cbb09..8c5b31f7772b 100644
--- a/x11-toolkits/gtkglarea/pkg-descr
+++ b/x11-toolkits/gtkglarea/pkg-descr
@@ -6,5 +6,3 @@ OpenGL capable visual, rendering to off-screen pixmaps is also supported.
Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.
-
-WWW: http://www.student.oulu.fi/~jlof/gtkglarea/