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/ices-mp3 | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/ices-mp3')
-rw-r--r-- | audio/ices-mp3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile index ed6afd743ef..c2e43f4034d 100644 --- a/audio/ices-mp3/Makefile +++ b/audio/ices-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:26 nros Exp $ # DISTNAME= ices-${ICES_VERSION} @@ -11,6 +11,7 @@ MASTER_SITES= http://svn.xiph.org/releases/ices/ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.icecast.org/ices.php COMMENT= Source client for a streaming server +LICENSE= gnu-gpl-v2 USE_TOOLS+= automake pkg-config USE_LIBTOOL= yes |