diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-07-22 11:35:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-07-22 11:35:44 +0000 |
commit | d566d54fa6c982cb4bed8330d51cb11bfe3674ed (patch) | |
tree | db8ae1482499741d4dbb123637dac45579f28eb5 /multimedia/gstreamer1-plugins-ttml | |
parent | 190ced69a285efe9780eea205067282568a3063f (diff) |
Notes
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" |