diff options
-rw-r--r-- | graphics/clutter-gtk3/Makefile | 3 | ||||
-rw-r--r-- | graphics/clutter-gtk3/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index 0b240569da60..be877a6ff5a5 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -10,6 +10,9 @@ PKGNAMESUFFIX= 3 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcogl.so:graphics/cogl \ libclutter-1.0.so:graphics/clutter \ libjson-glib-1.0.so:devel/json-glib diff --git a/graphics/clutter-gtk3/pkg-descr b/graphics/clutter-gtk3/pkg-descr index b13a31eb409f..7da92df242a2 100644 --- a/graphics/clutter-gtk3/pkg-descr +++ b/graphics/clutter-gtk3/pkg-descr @@ -2,4 +2,4 @@ Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer. -WWW: http://blogs.gnome.org/clutter/ +WWW: https://blogs.gnome.org/clutter/ |