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/tcl-snack | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/tcl-snack')
-rw-r--r-- | audio/tcl-snack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tcl-snack/Makefile b/audio/tcl-snack/Makefile index a2ded69d6c7..d687c2aecf3 100644 --- a/audio/tcl-snack/Makefile +++ b/audio/tcl-snack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/10/09 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:32 nros Exp $ DISTNAME= snack2.2.10 PKGNAME= tcl-snack-2.2.10 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.speech.kth.se/snack/dist/ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.speech.kth.se/snack/ COMMENT= The Snack Sound Toolkit +LICENSE= esdl-license AND gnu-gpl-v2 WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= YES |