summaryrefslogtreecommitdiff
path: root/audio/gogo
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-05-19 08:59:00 +0000
committerwiz <wiz@pkgsrc.org>2009-05-19 08:59:00 +0000
commit6ac11147ab6af4938848553e5e344aea8b3f560c (patch)
tree6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /audio/gogo
parentad944231a773912276e207e433ea891f755e4e4e (diff)
downloadpkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'audio/gogo')
-rw-r--r--audio/gogo/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
index 155044f76c8..51b5d191504 100644
--- a/audio/gogo/Makefile
+++ b/audio/gogo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/09/10 00:28:43 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2009/05/19 08:59:03 wiz Exp $
#
DISTNAME= gogo239b
@@ -11,6 +11,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://homepage1.nifty.com/herumi/gogo_e.html
COMMENT= Very fast lame-based mp3 encoder, i386 only
+LICENSE= unclear-patent-claims
+
+RESTRICTED= Source based on patent protected Fraunhofer code
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
@@ -20,13 +27,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
-LICENSE= unclear-patent-claims
-RESTRICTED= Source based on patent protected Fraunhofer code
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
.include "../../mk/bsd.prefs.mk"
.if (${OBJECT_FMT} == "a.out")