diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-05 17:50:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-05 17:50:55 +0000 |
commit | 1b8c93992b609221906dda4dc59b12b17e23378e (patch) | |
tree | 0d7ee89c0796e54ec2565c013da099612ffc82d8 /x11-toolkits/gtkglarea-- | |
parent | 2cfd59874c71c9aa1a8b9a6956cc76b2bd2c2eb8 (diff) | |
download | ports-1b8c93992b609221906dda4dc59b12b17e23378e.tar.gz ports-1b8c93992b609221906dda4dc59b12b17e23378e.zip |
Notes
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 000000000000..d51792bf96f2 --- /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 000000000000..099a7136d4ab --- /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 000000000000..03dcb5dbf908 --- /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 000000000000..ddaef4986cb5 --- /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 000000000000..eeda5778019b --- /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-- |