diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer1-plugins-libvisual/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gstreamer1-plugins-libvisual/Makefile b/graphics/gstreamer1-plugins-libvisual/Makefile new file mode 100644 index 000000000..27fce8098 --- /dev/null +++ b/graphics/gstreamer1-plugins-libvisual/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= graphics + +COMMENT= Gstreamer libvisual plugin + +GST_PLUGIN= libvisual +DIST= base + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |