diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-08 18:54:20 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-08 18:54:20 +0000 |
commit | 8a34fe6754c77e7dd838265e45e1f2c0e268caa2 (patch) | |
tree | 5365434e9ec193f5a437f9947ceec269655e2c88 /audio/akode-plugins-resampler/Makefile | |
parent | 9b0458dcdd4980384e236a3f415f6182659d3ab8 (diff) | |
download | pkgsrc-8a34fe6754c77e7dd838265e45e1f2c0e268caa2.tar.gz |
Add license info to the akode packages.
Diffstat (limited to 'audio/akode-plugins-resampler/Makefile')
-rw-r--r-- | audio/akode-plugins-resampler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile index 2e3d3175824..fb3b8377f73 100644 --- a/audio/akode-plugins-resampler/Makefile +++ b/audio/akode-plugins-resampler/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:10:34 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 18:54:21 hasso Exp $ # PKGNAME= akode-plugins-resampler-${AKODE_VERSION} MAINTAINER= hasso@NetBSD.org COMMENT= Resampler plugin for aKode framework +LICENSE= gnu-gpl-v2 .include "../../audio/akode/Makefile.common" |