diff options
Diffstat (limited to 'graphics/gstreamer-plugins-libmng/Makefile')
-rw-r--r-- | graphics/gstreamer-plugins-libmng/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-libmng/Makefile b/graphics/gstreamer-plugins-libmng/Makefile new file mode 100644 index 000000000000..01a14eae1424 --- /dev/null +++ b/graphics/gstreamer-plugins-libmng/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: gstreamer-plugins-libmng +# Date created: 6 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 2 + +CATEGORIES= graphics + +GST_PLUGIN= libmng + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |