diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-05 17:50:55 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-05 17:50:55 +0000 |
commit | b48b978f0c89cac0b11225d0c7f30176ce4c7100 (patch) | |
tree | b57c31c718a0101b6802390c426f404e6f68fc9d /x11-toolkits/gtkglarea-- | |
parent | 7fd5b7fba38483d498d6e6b26d4c10ff315fe189 (diff) | |
download | FreeBSD-ports-b48b978f0c89cac0b11225d0c7f30176ce4c7100.zip FreeBSD-ports-b48b978f0c89cac0b11225d0c7f30176ce4c7100.tar.gz |
add gtkglarea--
GtkGLArea-- is a wrapper for the GtkGLArea widget
Diffstat (limited to 'x11-toolkits/gtkglarea--')
-rw-r--r-- | x11-toolkits/gtkglarea--/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea--/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea--/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea--/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea--/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile new file mode 100644 index 0000000..d51792b --- /dev/null +++ b/x11-toolkits/gtkglarea--/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: gtkglarea-- +# Date created: Dec 5, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gtkglareamm +PORTVERSION= 1.1.1 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/dist/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \ + gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea + +USE_GTK= yes +USE_MESA= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" +CONFIGURE_ARGS= --with-lib-GL +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtkglarea--/distinfo b/x11-toolkits/gtkglarea--/distinfo new file mode 100644 index 0000000..099a713 --- /dev/null +++ b/x11-toolkits/gtkglarea--/distinfo @@ -0,0 +1 @@ +MD5 (gtkglareamm-1.1.1.tar.gz) = e9406d7c3be829fbc0af9584c4ed84a5 diff --git a/x11-toolkits/gtkglarea--/pkg-comment b/x11-toolkits/gtkglarea--/pkg-comment new file mode 100644 index 0000000..03dcb5d --- /dev/null +++ b/x11-toolkits/gtkglarea--/pkg-comment @@ -0,0 +1 @@ +GtkGLArea-- is a wrapper for the GtkGLArea widget diff --git a/x11-toolkits/gtkglarea--/pkg-descr b/x11-toolkits/gtkglarea--/pkg-descr new file mode 100644 index 0000000..ddaef49 --- /dev/null +++ b/x11-toolkits/gtkglarea--/pkg-descr @@ -0,0 +1,3 @@ +GtkGLArea-- is a wrapper for the GtkGLArea widget + +WWW: http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/ diff --git a/x11-toolkits/gtkglarea--/pkg-plist b/x11-toolkits/gtkglarea--/pkg-plist new file mode 100644 index 0000000..eeda577 --- /dev/null +++ b/x11-toolkits/gtkglarea--/pkg-plist @@ -0,0 +1,8 @@ +include/gtkgl--/private/glarea_p.h +include/gtkgl--/gdkgl.h +include/gtkgl--/glarea.h +lib/libgtkglmm.a +lib/libgtkglmm.so +lib/libgtkglmm.so.1 +@dirrm include/gtkgl--/private +@dirrm include/gtkgl-- |