summaryrefslogtreecommitdiff
path: root/audio/libmad/Makefile
diff options
context:
space:
mode:
authoradam <adam>2003-07-10 08:21:44 +0000
committeradam <adam>2003-07-10 08:21:44 +0000
commit013a20ee50489c3da1760ccf58d1fc69287489d1 (patch)
tree5d803bef71732d861ce3b83772a432753c3230c1 /audio/libmad/Makefile
parent190990195d00aa9e09278e75986cbaf18ef5df2c (diff)
downloadpkgsrc-013a20ee50489c3da1760ccf58d1fc69287489d1.tar.gz
MAD is a high-quality fixed-point MPEG audio decoder with 24-bit output.
Diffstat (limited to 'audio/libmad/Makefile')
-rw-r--r--audio/libmad/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile
new file mode 100644
index 00000000000..236d3c8489e
--- /dev/null
+++ b/audio/libmad/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/10 08:21:44 adam Exp $
+#
+
+DISTNAME= libmad-0.15.0b
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \
+ ftp://ftp.mars.org/pub/mpeg/
+
+MAINTAINER= simonb@netbsd.org
+HOMEPAGE= http://sourceforge.net/projects/mad/
+COMMENT= High-quality MPEG audio decoder
+
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../mk/bsd.pkg.mk"