diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gstreamer-plugins-annodex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/gstreamer-plugins-annodex/Makefile b/textproc/gstreamer-plugins-annodex/Makefile new file mode 100644 index 000000000..cbbbd70e3 --- /dev/null +++ b/textproc/gstreamer-plugins-annodex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-annodex +# Date created: 14 Feb 2008 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= textproc + +COMMENT= Gstreamer annodex xml plugin + +GST_PLUGIN= annodex + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |