diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 8f562a8d1b89..e9726734a627 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -1,27 +1,30 @@ # Created by: Marc Recht PORTNAME= gtkglarea PORTVERSION= 2.0.1 PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DISTNAME= gtkglarea-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL widget for the GTK+2 GUI toolkit +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig USES= compiler:c++11-lang gl gnome libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= cairo gdkpixbuf2 gtk20 USE_GL= gl glu USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lib-GL INSTALL_TARGET= install-strip LIBS+= -lm .include diff --git a/x11-toolkits/gtkglarea2/pkg-descr b/x11-toolkits/gtkglarea2/pkg-descr index b9bcd3e85ebe..ab92eeef6815 100644 --- a/x11-toolkits/gtkglarea2/pkg-descr +++ b/x11-toolkits/gtkglarea2/pkg-descr @@ -1,8 +1,10 @@ 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 . + +WWW: https://www.mono-project.com/archived/gtkglarea/