diff options
author | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-04-20 12:10:24 +0000 |
commit | 406521157f436c3c974887f6df740df21c38d35c (patch) | |
tree | d00c69d12d8453b67d39622bbea7c29faa454e0c /audio/SDL_sound | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/SDL_sound')
-rw-r--r-- | audio/SDL_sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/SDL_sound/Makefile b/audio/SDL_sound/Makefile index 75c7347e435..e1981af2f75 100644 --- a/audio/SDL_sound/Makefile +++ b/audio/SDL_sound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/04/25 14:20:18 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:24 nros Exp $ # DISTNAME= SDL_sound-1.0.3 @@ -9,6 +9,7 @@ MASTER_SITES= http://icculus.org/SDL_sound/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://icculus.org/SDL_sound/ COMMENT= SDL library to handle the decoding of different file formats +LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= YES USE_LIBTOOL= YES |