summaryrefslogtreecommitdiff
path: root/audio/toolame/Makefile
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2003-06-23 07:07:26 +0000
committermrg <mrg@pkgsrc.org>2003-06-23 07:07:26 +0000
commit2813289d818d8c19dc1e2c42b9c92001552d7118 (patch)
treeb1e0b879306fedb2128be2b37fb7a1b7e4c8dcdc /audio/toolame/Makefile
parent5d281c2397de425ed6e9233c6f220e5eb02bf565 (diff)
downloadpkgsrc-2813289d818d8c19dc1e2c42b9c92001552d7118.tar.gz
import new package for "toolame":
tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder. It is based heavily on - the ISO dist10 code - improvement to algorithms as part of the LAME project: www.sulaco.org/mp3 - work by Michael Cheng and other contributors (see CONTRIBUTORS)
Diffstat (limited to 'audio/toolame/Makefile')
-rw-r--r--audio/toolame/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile
new file mode 100644
index 00000000000..327a6788cdd
--- /dev/null
+++ b/audio/toolame/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/23 07:07:26 mrg Exp $
+#
+
+DISTNAME= toolame-02l
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toolame/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg@netbsd.org
+HOMEPAGE= http://sourceforge.net/projects/toolame/
+COMMENT= toolame is an optimized mpeg 1/2 layer 2 audio encoder
+
+LICENSE= fee-based-commercial-use
+
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+
+TOOLAME_ARCH?=
+
+MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" ARCH="${TOOLAME_ARCH}"
+ALL_TARGET= toolame
+
+TOOLAME_HTMLFILES= changes.html default.html psycho.html readme.html vbr.html
+do-install:
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/html/toolame
+ cd ${WRKSRC}/html; ${INSTALL_DATA} ${TOOLAME_HTMLFILES} \
+ ${LOCALBASE}/share/doc/html/toolame
+ ${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"