diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-23 18:44:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-23 18:44:10 +0000 |
commit | bdad3fec90863c2bae842d091ffc731da810b3f0 (patch) | |
tree | c598a7bc8ba2b7d61b840b17ed4ebb33ad10d45e /graphics/gstreamer-plugins-swfdec | |
parent | 42b9802a531f53f3a25d49567238093eced5fdce (diff) | |
download | ports-bdad3fec90863c2bae842d091ffc731da810b3f0.tar.gz ports-bdad3fec90863c2bae842d091ffc731da810b3f0.zip |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-swfdec')
-rw-r--r-- | graphics/gstreamer-plugins-swfdec/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile new file mode 100644 index 000000000000..4db3dcd79fd7 --- /dev/null +++ b/graphics/gstreamer-plugins-swfdec/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-swfdec +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-swfdec80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ +# + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer flash redering plugin + +GST_PLUGIN= swfdec + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |