summaryrefslogtreecommitdiff
path: root/audio/libmusepack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libmusepack/Makefile')
-rw-r--r--audio/libmusepack/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile
new file mode 100644
index 00000000000..c4ac94eff7d
--- /dev/null
+++ b/audio/libmusepack/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/04 20:28:31 wiz Exp $
+#
+
+DISTNAME= libmusepack-1.0.3
+CATEGORIES= audio
+MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.musepack.net/
+COMMENT= Portable Musepack decoder library
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c++
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"