summaryrefslogtreecommitdiff
path: root/multimedia/clutter-gst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/clutter-gst/Makefile')
-rw-r--r--multimedia/clutter-gst/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
new file mode 100644
index 00000000000..c92b3b27457
--- /dev/null
+++ b/multimedia/clutter-gst/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:10:01 obache Exp $
+#
+
+DISTNAME= clutter-gst-0.8.0
+CATEGORIES= multimedia
+MASTER_SITES= http://www.clutter-project.org/sources/clutter-gst/0.8/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.clutter-project.org/
+COMMENT= Clutter GStreamer integration
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
+
+.include "../../graphics/clutter/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"