diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 00:55:13 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 00:55:13 +0800 |
commit | 2e35a4f026ad6019b5c15650f66e3642c491f502 (patch) | |
tree | 9e1eda29566712652cd0b0093db711e0e4dc3966 /x11-toolkits/gtkglarea2 | |
parent | a89d3ae00c9679c9f929d3a93a484027d5c79933 (diff) | |
download | marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.gz marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.bz2 marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.lz marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.xz marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.zst marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6640 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 28 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-descr | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-plist | 9 |
5 files changed, 58 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile new file mode 100644 index 000000000..8eba59294 --- /dev/null +++ b/x11-toolkits/gtkglarea2/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtkglarea2 +# Date created: 13 August 2002 +# Whom: Marc Recht <marc@informatik.uni-bremen.de> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gtkglarea +PORTVERSION= 1.99.0 +PORTREVISION= 9 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gtkglarea/1.99 +DISTNAME= gtkglarea-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An OpenGL widget for the GTK+2 GUI toolkit + +LATEST_LINK= gtkglarea2 +USE_GNOME= gnomehack gtk20 +USE_BZIP2= yes +USE_GL= yes +USE_AUTOTOOLS= libtool:15 +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-lib-GL + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtkglarea2/distinfo b/x11-toolkits/gtkglarea2/distinfo new file mode 100644 index 000000000..77c176e6e --- /dev/null +++ b/x11-toolkits/gtkglarea2/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gtkglarea-1.99.0.tar.bz2) = cd69f77240ae8038f95a2e5e0b7e5f25 +SHA256 (gnome2/gtkglarea-1.99.0.tar.bz2) = d0ff77e0545373e661636dffc8abba8fe3ef00d7aa36554b4d01667fcdd2615c +SIZE (gnome2/gtkglarea-1.99.0.tar.bz2) = 210089 diff --git a/x11-toolkits/gtkglarea2/files/patch-configure b/x11-toolkits/gtkglarea2/files/patch-configure new file mode 100644 index 000000000..46d72e411 --- /dev/null +++ b/x11-toolkits/gtkglarea2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Oct 12 17:04:11 2002 ++++ configure Sat Oct 12 17:04:34 2002 +@@ -7311,6 +7311,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtkglarea2/pkg-descr b/x11-toolkits/gtkglarea2/pkg-descr new file mode 100644 index 000000000..b9bcd3e85 --- /dev/null +++ b/x11-toolkits/gtkglarea2/pkg-descr @@ -0,0 +1,8 @@ +Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl +which is basically wrapper around GLX functions. The widget itself is +derived from GtkDrawinigArea widget and adds only few extra functions. +Lower level gdkgl functions make it easy to render on any widget that has +OpenGL capable visual, rendering to off-screen pixmaps is also supported. + +Related project which may interest those who use GTK-- is GtkGLArea--. It is a +C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. diff --git a/x11-toolkits/gtkglarea2/pkg-plist b/x11-toolkits/gtkglarea2/pkg-plist new file mode 100644 index 000000000..790b06564 --- /dev/null +++ b/x11-toolkits/gtkglarea2/pkg-plist @@ -0,0 +1,9 @@ +include/gtkgl-2.0/gtkgl/gdkgl.h +include/gtkgl-2.0/gtkgl/gtkglarea.h +lib/libgtkgl-2.0.a +lib/libgtkgl-2.0.la +lib/libgtkgl-2.0.so +lib/libgtkgl-2.0.so.1 +libdata/pkgconfig/gtkgl-2.0.pc +@dirrm include/gtkgl-2.0/gtkgl +@dirrm include/gtkgl-2.0 |