summaryrefslogtreecommitdiff
path: root/audio/mad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mad/Makefile')
-rw-r--r--audio/mad/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
new file mode 100644
index 00000000000..3df3aa5dea6
--- /dev/null
+++ b/audio/mad/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/19 10:26:20 wiz Exp $
+#
+
+DISTNAME= mad-0.13.0b
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \
+ ftp://ftp.mars.org/pub/mpeg/
+
+PATCH_SITES= ftp://ftp.mars.org/pub/mpeg/testing/
+PATCHFILES= tty-0.13.0b.patch
+
+MAINTAINER= simonb@netbsd.org
+HOMEPAGE= http://sourceforge.net/projects/mad/
+COMMENT= High-quality MPEG audio decoder
+
+BUILD_USES_MSGFMT= yes
+
+CONFLICTS= madplay-*
+
+GNU_CONFIGURE= YES
+USE_LIBINTL= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"