diff options
Diffstat (limited to 'multimedia/gstreamer1-plugins-ttml')
-rw-r--r-- | multimedia/gstreamer1-plugins-ttml/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-ttml/Makefile b/multimedia/gstreamer1-plugins-ttml/Makefile new file mode 100644 index 000000000000..4e6643f8b6a7 --- /dev/null +++ b/multimedia/gstreamer1-plugins-ttml/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= GStreamer ttml subtitle plugin + +GST_PLUGIN= ttml +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |