diff options
author | wiz <wiz> | 2011-06-03 12:50:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-06-03 12:50:54 +0000 |
commit | e47c948e8b5be56a799597fdf64a3e31f28c5a80 (patch) | |
tree | dba41cab7852a0f24f7e8d195173d1562359e9db /audio | |
parent | 5943995b1131d6e2df07d939e1a302cfa99e232e (diff) | |
download | pkgsrc-e47c948e8b5be56a799597fdf64a3e31f28c5a80.tar.gz |
Set LICENSE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtunepimp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 0ff6ba72b6f..1363a92de18 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/04/22 13:42:10 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/06/03 12:50:54 wiz Exp $ DISTNAME= libtunepimp-0.5.3 PKGREVISION= 9 @@ -9,6 +9,10 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://musicbrainz.org/doc/libtunepimp COMMENT= Library to support MusicBrainz enabled tagging +# alternatively, gnu-lgpl-v2 is also supported, but then the package +# would need to disable some plugins; so the pkgsrc version currently +# falls under gnu-gpl-v2 +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |