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/twolame | |
parent | b2f44342477900ce1aafa2bcbbc5f555e9ff9755 (diff) | |
download | pkgsrc-406521157f436c3c974887f6df740df21c38d35c.tar.gz |
Set LICENSE for a lot of audio packages.
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 99e0eed1727..5f07e46215f 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/02 23:48:12 asau Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 12:10:33 nros Exp $ # DISTNAME= twolame-0.3.13 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twolame.org/ COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME +LICENSE= gnu-lgpl-v2.1 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |