diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-08 07:17:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-08 07:17:24 +0000 |
commit | eee8c71af2c46f56f5af20ee2039d2330336b0c2 (patch) | |
tree | 3595d086207443ad9fce670865bb4b395ac922c1 /graphics/gstreamer-plugins-cairo | |
parent | 3d18a27d2ee77ddfb722ebcea07e7c25657176a4 (diff) |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-cairo')
-rw-r--r-- | graphics/gstreamer-plugins-cairo/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile new file mode 100644 index 000000000000..63570dc7fd38 --- /dev/null +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-cairo +# Date created: Mar 8 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +GST_PLUGIN= cairo + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |