diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-06 18:08:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-06 18:08:56 +0000 |
commit | 04fa8cba3ded2a9329a433e0cc4f6e3100b19650 (patch) | |
tree | 650cdd52b681ce92c53d9b37ac3ab4186212685a /sysutils/gst-plugins0.10-gio/Makefile | |
parent | 8557fc0fbe80a76d9628f5dcc2f840ba3517a6b9 (diff) | |
download | pkgsrc-04fa8cba3ded2a9329a433e0cc4f6e3100b19650.tar.gz |
add a "gio" plugin for gst-plugins0.10-base
Diffstat (limited to 'sysutils/gst-plugins0.10-gio/Makefile')
-rw-r--r-- | sysutils/gst-plugins0.10-gio/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gst-plugins0.10-gio/Makefile b/sysutils/gst-plugins0.10-gio/Makefile new file mode 100644 index 00000000000..2ac703cc738 --- /dev/null +++ b/sysutils/gst-plugins0.10-gio/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/06 18:08:56 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= gio +GST_PLUGINS0.10_DIRS= ext/gio +GST_PLUGINS0.10_FLAGS= gio experimental + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-base/Makefile.common" + +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |