diff options
Diffstat (limited to 'www/gstreamer-plugins-neon/Makefile')
-rw-r--r-- | www/gstreamer-plugins-neon/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/gstreamer-plugins-neon/Makefile b/www/gstreamer-plugins-neon/Makefile new file mode 100644 index 000000000..7f7d509aa --- /dev/null +++ b/www/gstreamer-plugins-neon/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-neon +# Date created: 6 July 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= www + +COMMENT= Gstreamer neon plugin + +GST_PLUGIN= neon + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |