diff options
author | hasso <hasso> | 2009-06-08 18:54:20 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-06-08 18:54:20 +0000 |
commit | b88c110ebeb2cce71bde90cee466bf3075184d9d (patch) | |
tree | 5365434e9ec193f5a437f9947ceec269655e2c88 /audio/akode-plugins-alsa | |
parent | a6bd5bcd0912f423c878c8cff688aedec0b41ac8 (diff) | |
download | pkgsrc-b88c110ebeb2cce71bde90cee466bf3075184d9d.tar.gz |
Add license info to the akode packages.
Diffstat (limited to 'audio/akode-plugins-alsa')
-rw-r--r-- | audio/akode-plugins-alsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/akode-plugins-alsa/Makefile b/audio/akode-plugins-alsa/Makefile index 028fdb94bbe..261be2c9775 100644 --- a/audio/akode-plugins-alsa/Makefile +++ b/audio/akode-plugins-alsa/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:03:15 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 18:54:20 hasso Exp $ # PKGNAME= akode-plugins-alsa-${AKODE_VERSION} MAINTAINER= hasso@NetBSD.org COMMENT= Alsa output plugin for aKode framework +LICENSE= gnu-lgpl-v2 .include "../../audio/akode/Makefile.common" |