diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-12 13:19:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-12 16:49:08 +0000 |
commit | d79bc1fb5b308a50ab5651ff4799448543d2c62c (patch) | |
tree | 4f08228ce8f3b15b42ff6ba81e7f32b76cdd28f7 | |
parent | b4b402beb805499c5ccf99ad149b1c1f44853b88 (diff) | |
download | ports-d79bc1fb5b308a50ab5651ff4799448543d2c62c.tar.gz ports-d79bc1fb5b308a50ab5651ff4799448543d2c62c.zip |
x11-toolkits/gtkglarea2: add LICENSE and WWW
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
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 @@ -11,6 +11,9 @@ 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 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 @@ -6,3 +6,5 @@ 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>. + +WWW: https://www.mono-project.com/archived/gtkglarea/ |