diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
commit | b437af72e9fb7a1db62c866b69515a7133d2da0a (patch) | |
tree | c8d6c6c2eb03393c82590988e7d4859b48ab9186 /multimedia/gstreamer-plugins-resindvd | |
parent | c0783ce7d2dd21f1bd5526d2abf788844f31b744 (diff) | |
download | ports-b437af72e9fb7a1db62c866b69515a7133d2da0a.tar.gz ports-b437af72e9fb7a1db62c866b69515a7133d2da0a.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-resindvd')
-rw-r--r-- | multimedia/gstreamer-plugins-resindvd/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-resindvd/Makefile b/multimedia/gstreamer-plugins-resindvd/Makefile new file mode 100644 index 000000000000..75002309020d --- /dev/null +++ b/multimedia/gstreamer-plugins-resindvd/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-resindvd +# Date created: 10 Sep 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer resindvd plugin + +GST_PLUGIN= resindvd + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |