summaryrefslogtreecommitdiff
path: root/audio/mac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mac/Makefile')
-rw-r--r--audio/mac/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
new file mode 100644
index 00000000000..d1a87849d0b
--- /dev/null
+++ b/audio/mac/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/31 21:17:18 wiz Exp $
+#
+
+DISTNAME= mac-3.99-u4-b5
+PKGNAME= mac-3.99u4b5
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mac-port/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://mac-port.sourceforge.net/
+COMMENT= Monkey's Audio support library (for .ape files)
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm
+.endif
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+# really does not need "c"
+USE_LANGUAGES= c++
+
+.include "../../mk/bsd.pkg.mk"