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