diff options
author | snj <snj@pkgsrc.org> | 2009-03-05 22:46:21 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-03-05 22:46:21 +0000 |
commit | 712298fabba8031d55dc76c64efa14a404ea3f19 (patch) | |
tree | c7bbc86ef851311e912457e4aa26ae8fee911a5a /multimedia/gstreamer0.8/plugins.mk | |
parent | be29a013ea8c3f3e10afa954ecfe78ed62dbe3b0 (diff) | |
download | pkgsrc-712298fabba8031d55dc76c64efa14a404ea3f19.tar.gz |
Say goodbye to gstreamer-0.8 and its friends.
Diffstat (limited to 'multimedia/gstreamer0.8/plugins.mk')
-rw-r--r-- | multimedia/gstreamer0.8/plugins.mk | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/gstreamer0.8/plugins.mk b/multimedia/gstreamer0.8/plugins.mk deleted file mode 100644 index 29e1d20d1c6..00000000000 --- a/multimedia/gstreamer0.8/plugins.mk +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: plugins.mk,v 1.4 2006/06/15 22:13:59 jlam Exp $ -# -# This Makefile fragment is intended to be included by packages that install -# GStreamer modules. It takes care of rebuilding the corresponding databases -# at (de)installation time. -# - -.if !defined(GSTREAMER0.8_PLUGINS_MK) -GSTREAMER0.8_PLUGINS_MK= # defined - -GST0.8_DBDIR= ${BUILDLINK_PREFIX.gstreamer0.8}/libdata/gstreamer-0.8 -GST0.8_COMPPREP= ${BUILDLINK_PREFIX.gstreamer0.8}/bin/gst-compprep-0.8 -GST0.8_REGISTER= ${BUILDLINK_PREFIX.gstreamer0.8}/bin/gst-register-0.8 - -FILES_SUBST+= GST0.8_DBDIR=${GST0.8_DBDIR:Q} -FILES_SUBST+= GST0.8_COMPPREP=${GST0.8_COMPPREP:Q} -FILES_SUBST+= GST0.8_REGISTER=${GST0.8_REGISTER:Q} -INSTALL_TEMPLATES+= ../../multimedia/gstreamer0.8/files/plugins.tmpl -DEINSTALL_TEMPLATES+= ../../multimedia/gstreamer0.8/files/plugins.tmpl - -PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; } -PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; } - -.if defined(_GSTREAMER0.8_NO_DEPEND) -BUILDLINK_PREFIX.gstreamer0.8= ${LOCALBASE} -.else -BUILDLINK_API_DEPENDS.gstreamer0.8+= gstreamer0.8>=0.8.1 -. include "../../multimedia/gstreamer0.8/buildlink3.mk" -.endif - -.endif # GSTREAMER0.8_PLUGINS_MK |