summaryrefslogtreecommitdiff
path: root/audio/gst-plugins0.10-mad/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-04-08 11:44:28 +0000
committerjmmv <jmmv>2006-04-08 11:44:28 +0000
commit11109c42ed5da1456ac7a9e19ed8eb5100d896e0 (patch)
tree9c26efad803dbcfb26916ddee1487f213f48cb77 /audio/gst-plugins0.10-mad/Makefile
parentf008baa54d8d432b2ae2c64c2d718b0f958eaaee (diff)
downloadpkgsrc-11109c42ed5da1456ac7a9e19ed8eb5100d896e0.tar.gz
Initial import of gst-plugins0.10-mad, version 0.10.3:
This package is part of the 'ugly' plugins for GStreamer. It provides the mad plugin, which allows playback of MPEG Layer 3 audio files.
Diffstat (limited to 'audio/gst-plugins0.10-mad/Makefile')
-rw-r--r--audio/gst-plugins0.10-mad/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-mad/Makefile b/audio/gst-plugins0.10-mad/Makefile
new file mode 100644
index 00000000000..9a28a9a8aa3
--- /dev/null
+++ b/audio/gst-plugins0.10-mad/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 11:44:28 jmmv Exp $
+#
+
+GST_PLUGINS0.10_NAME= mad
+GST_PLUGINS0.10_DIRS= ext/mad
+
+.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-id3tag
+CONFIGURE_ARGS+= --enable-mad
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"