summaryrefslogtreecommitdiff
path: root/audio/twolame/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-05-21 10:16:55 +0000
committerxtraeme <xtraeme>2006-05-21 10:16:55 +0000
commitb9751f4e9e32940070cb2f59e241c46352aab61e (patch)
tree368efd6196f06cf6b01fde1c55c2a907f36c1e02 /audio/twolame/Makefile
parentaf7e2485244a5aea83b1e58b9af1aa7b56ba74cf (diff)
downloadpkgsrc-b9751f4e9e32940070cb2f59e241c46352aab61e.tar.gz
Initial import of twolame-0.3.7.
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. Features added to TwoLAME: * Fully thread-safe * Static and shared library (libtwolame) * API very similar to LAME's (for easy porting) * Frontend supports wider range of input files (using libsndfile) * automake/libtool/pkgconfig based build system * C99 compliant
Diffstat (limited to 'audio/twolame/Makefile')
-rw-r--r--audio/twolame/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile
new file mode 100644
index 00000000000..7c8403584b0
--- /dev/null
+++ b/audio/twolame/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/21 10:16:55 xtraeme Exp $
+#
+
+DISTNAME= twolame-0.3.7
+CATEGORIES= audio
+MASTER_SITES= http://www.ecs.soton.ac.uk/~njh/twolame/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.twolame.org/
+COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME
+
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= twolame.pc.in
+
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"