diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 13:44:22 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 13:44:22 +0000 |
commit | 2e8958a1210d8ebb0c181d94120fbcff07515ec3 (patch) | |
tree | 0006a4150cd297ff9a80ccd7d2c6b2e9d4e212cf | |
parent | 64d63fec50c8f9418796c935f783ffe32dce25ac (diff) | |
download | pkgsrc-2e8958a1210d8ebb0c181d94120fbcff07515ec3.tar.gz |
Added LICENSE=gnu-gpl-v2
-rw-r--r-- | databases/rrdtool/Makefile | 3 | ||||
-rw-r--r-- | devel/xfce4-dev-tools/Makefile | 3 | ||||
-rw-r--r-- | mail/squirrelmail-decode/Makefile | 3 | ||||
-rw-r--r-- | mail/squirrelmail-locales/Makefile | 3 | ||||
-rw-r--r-- | mail/squirrelmail/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 3 | ||||
-rw-r--r-- | net/mrtg/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 41f882ee130..685dbe98b8a 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2007/09/21 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2007/10/30 13:49:37 martti Exp $ DISTNAME= rrdtool-1.2.23 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://oss.oetiker.ch/rrdtool/ COMMENT= Data analysis tool generating graphical representations +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config diff --git a/devel/xfce4-dev-tools/Makefile b/devel/xfce4-dev-tools/Makefile index 535788752af..19f767780da 100644 --- a/devel/xfce4-dev-tools/Makefile +++ b/devel/xfce4-dev-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 09:43:12 martti Exp $ +# $NetBSD: Makefile,v 1.2 2007/10/30 13:51:24 martti Exp $ DISTNAME= xfce4-dev-tools-4.4.0 CATEGORIES= devel @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ COMMENT= Xfce development tools +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes diff --git a/mail/squirrelmail-decode/Makefile b/mail/squirrelmail-decode/Makefile index 0daac74b448..d18e3e7a12c 100644 --- a/mail/squirrelmail-decode/Makefile +++ b/mail/squirrelmail-decode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/08/20 06:24:44 martti Exp $ +# $NetBSD: Makefile,v 1.6 2007/10/30 13:44:22 martti Exp $ DISTNAME= squirrelmail-decode-1.2 #PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.squirrelmail.org/ COMMENT= Extra decoding library for SquirrelMail +LICENSE= gnu-gpl-v2 NO_BUILD= yes diff --git a/mail/squirrelmail-locales/Makefile b/mail/squirrelmail-locales/Makefile index bb485c35181..662e076eb3a 100644 --- a/mail/squirrelmail-locales/Makefile +++ b/mail/squirrelmail-locales/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/01/10 14:24:26 martti Exp $ +# $NetBSD: Makefile,v 1.20 2007/10/30 13:44:22 martti Exp $ DISTNAME= all_locales-${VER}-20070106 PKGNAME= squirrelmail-locales-${VER} @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.squirrelmail.org/ COMMENT= Locale package for SquirrelMail +LICENSE= gnu-gpl-v2 VER= 1.4.9 diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index f4f67475365..e274a7f3c5c 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2007/10/02 05:28:19 martti Exp $ +# $NetBSD: Makefile,v 1.93 2007/10/30 13:44:22 martti Exp $ DISTNAME= squirrelmail-1.4.11 #PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.squirrelmail.org/ COMMENT= PHP webmail package +LICENSE= gnu-gpl-v2 CONFLICTS= sq-attachment-handlers-[0-9]* CONFLICTS+= sq-squirrelspell-[0-9]* diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 47f9d3b8ec4..dc3b8d5c91e 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.35 2007/04/13 15:28:40 joerg Exp $ +# $NetBSD: Makefile.common,v 1.36 2007/10/30 13:52:30 martti Exp $ MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.1/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ +LICENSE= gnu-gpl-v2 XFCE4_VERSION= 4.4.1 diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index d982a09dd0d..1998a357f3a 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2007/05/16 09:01:13 martti Exp $ +# $NetBSD: Makefile,v 1.81 2007/10/30 13:53:31 martti Exp $ DISTNAME= mrtg-2.15.2 CATEGORIES= net @@ -9,6 +9,7 @@ MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://oss.oetiker.ch/mrtg/ COMMENT= The Multi-Router Traffic Grapher +LICENSE= gnu-gpl-v2 USE_TOOLS+= perl:run GNU_CONFIGURE= YES |