summaryrefslogtreecommitdiffstats
path: root/graphics/gstreamer-plugins-cairo/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-06 23:10:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-06 23:10:11 +0800
commit21e293856041ac179054ee21656d8cb04a6410ff (patch)
tree2e6cb70ef9fb6b2cc6bdcbd101f5238cfed236a8 /graphics/gstreamer-plugins-cairo/Makefile
parent733084701c6bbe0422f576745c30f758408080a4 (diff)
downloadmarcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.tar
marcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.tar.gz
marcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.tar.bz2
marcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.tar.lz
marcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.tar.xz
marcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.tar.zst
marcuscom-ports-21e293856041ac179054ee21656d8cb04a6410ff.zip
Add and remove IGNORE, cairo is at the correct version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4191 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gstreamer-plugins-cairo/Makefile')
-rw-r--r--graphics/gstreamer-plugins-cairo/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile
new file mode 100644
index 000000000..dd030ba66
--- /dev/null
+++ b/graphics/gstreamer-plugins-cairo/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-cairo
+# Date created: Mar 8 2005
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD: ports/graphics/gstreamer-plugins-cairo/Makefile,v 1.2 2005/05/31 15:51:37 kwm Exp $
+#
+
+CATEGORIES= graphics
+PORTREVISION= 0
+
+COMMENT= Gstreamer vector graphics plugin
+
+GST_PLUGIN= cairo
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"