diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-03-03 21:31:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-03-03 21:31:40 +0000 |
commit | 5a8d993c238e85d51097caccd097ec4c84facb76 (patch) | |
tree | 5c1c5fd1d724bbc9ef92991aacc8e24d46123d52 /x11-toolkits/gstreamer1-plugins-gtksink/Makefile | |
parent | 216e3238dc1c974ca5d6dbb214a594119a0be94c (diff) | |
download | ports-5a8d993c238e85d51097caccd097ec4c84facb76.tar.gz ports-5a8d993c238e85d51097caccd097ec4c84facb76.zip |
Notes
Diffstat (limited to 'x11-toolkits/gstreamer1-plugins-gtksink/Makefile')
-rw-r--r-- | x11-toolkits/gstreamer1-plugins-gtksink/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/gstreamer1-plugins-gtksink/Makefile b/x11-toolkits/gstreamer1-plugins-gtksink/Makefile new file mode 100644 index 000000000000..08e16feee695 --- /dev/null +++ b/x11-toolkits/gstreamer1-plugins-gtksink/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= x11-toolkits + +COMMENT= GStreamer gtksink plugin + +GST_PLUGIN= gtksink +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |