Wed May 20 00:51:24 2009 UTC ()
Tag as gnu-gpl-v2 and add a comment that it has an additional exception
clause. Per discussion on tech-pkg.


(wiz)
diff -r1.47 -r1.48 pkgsrc/multimedia/totem/Makefile.common

cvs diff -r1.47 -r1.48 pkgsrc/multimedia/totem/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/totem/Attic/Makefile.common 2009/05/19 20:19:11 1.47
+++ pkgsrc/multimedia/totem/Attic/Makefile.common 2009/05/20 00:51:24 1.48
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile.common,v 1.47 2009/05/19 20:19:11 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.48 2009/05/20 00:51:24 wiz Exp $
2# 2#
3# used by multimedia/totem-browser-plugin/Makefile 3# used by multimedia/totem-browser-plugin/Makefile
4# used by multimedia/totem-nautilus/Makefile 4# used by multimedia/totem-nautilus/Makefile
5# used by multimedia/totem-xine/Makefile 5# used by multimedia/totem-xine/Makefile
6 6
7DISTNAME= totem-2.26.2 7DISTNAME= totem-2.26.2
8CATEGORIES= multimedia gnome 8CATEGORIES= multimedia gnome
9MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/2.26/} 9MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/2.26/}
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.gnome.org/projects/totem/ 12HOMEPAGE= http://www.gnome.org/projects/totem/
13COMMENT= Movie player for the GNOME Desktop 13COMMENT= Movie player for the GNOME Desktop
14#LICENSE= gnu-gpl-v2 with an exception clause 14LICENSE= gnu-gpl-v2 # with an exception clause
15 15
16DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem/distinfo 16DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem/distinfo
17PATCHDIR= ${.CURDIR}/../../multimedia/totem/patches 17PATCHDIR= ${.CURDIR}/../../multimedia/totem/patches
18FILESDIR= ${.CURDIR}/../../multimedia/totem/files 18FILESDIR= ${.CURDIR}/../../multimedia/totem/files
19PLIST_SRC= ${.CURDIR}/../../multimedia/totem/PLIST 19PLIST_SRC= ${.CURDIR}/../../multimedia/totem/PLIST
20 20
21GNU_CONFIGURE= YES 21GNU_CONFIGURE= YES
22USE_DIRS+= gnome2-1.5 22USE_DIRS+= gnome2-1.5
23USE_TOOLS+= gmake intltool msgfmt pkg-config gawk 23USE_TOOLS+= gmake intltool msgfmt pkg-config gawk
24USE_LIBTOOL= YES 24USE_LIBTOOL= YES
25USE_PKGLOCALEDIR= YES 25USE_PKGLOCALEDIR= YES
26USE_LANGUAGES= c c++ 26USE_LANGUAGES= c c++
27 27