diff options
author | obache <obache> | 2009-05-08 11:12:20 +0000 |
---|---|---|
committer | obache <obache> | 2009-05-08 11:12:20 +0000 |
commit | 7ec79256d07b8e8dbcac6b00bdf7524ea702976b (patch) | |
tree | f46050de087583a495ab7b555e73e15141b8e43e | |
parent | 66cd95a93cce5434498c3ca743c15496221799d5 (diff) | |
download | pkgsrc-7ec79256d07b8e8dbcac6b00bdf7524ea702976b.tar.gz |
define LICENSE=gnu-lgpl-v2.1
-rw-r--r-- | graphics/clutter-cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-clutter/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-clutter/Makefile | 4 | ||||
-rw-r--r-- | multimedia/clutter-gst/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/graphics/clutter-cairo/Makefile b/graphics/clutter-cairo/Makefile index 04fab5e6f11..8f2ee7e3af1 100644 --- a/graphics/clutter-cairo/Makefile +++ b/graphics/clutter-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:04:35 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/08 11:12:20 obache Exp $ # DISTNAME= clutter-cairo-0.8.2 @@ -9,6 +9,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ COMMENT= Clutter Cairo integrarion library +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index fd872f0d685..bdefb50ffe0 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:13:32 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/08 11:12:20 obache Exp $ # DISTNAME= clutter-perl-0.8.2.0 @@ -10,6 +10,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ COMMENT= Perl bindings to the Clutter OpenGL canvas +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index 505a51a194f..063d325c8cd 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/05/02 16:21:44 reed Exp $ +# $NetBSD: Makefile,v 1.6 2009/05/08 11:12:20 obache Exp $ # DISTNAME= pyclutter-0.8.2 @@ -11,6 +11,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ COMMENT= Python modules for Clutter toolkit +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir PREV_PKGPATH= graphics/py-pyclutter diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index c92b3b27457..81827dbadb0 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:10:01 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/08 11:12:20 obache Exp $ # DISTNAME= clutter-gst-0.8.0 @@ -9,6 +9,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ COMMENT= Clutter GStreamer integration +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |