aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-opus
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-23 09:58:02 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-23 09:58:02 +0000
commit1ce7b4b57c90605d8d24249d286e9c0a694556e0 (patch)
tree2b0c09673a6a4453a33fcaa148ccdde9e0d3c302 /audio/gstreamer-plugins-opus
parent6948b6bd580041d705a6bf5558548c73880beffe (diff)
downloadports-1ce7b4b57c90605d8d24249d286e9c0a694556e0.tar.gz
ports-1ce7b4b57c90605d8d24249d286e9c0a694556e0.zip
Notes
Diffstat (limited to 'audio/gstreamer-plugins-opus')
-rw-r--r--audio/gstreamer-plugins-opus/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-opus/Makefile b/audio/gstreamer-plugins-opus/Makefile
new file mode 100644
index 000000000000..0f1b8f1bc72b
--- /dev/null
+++ b/audio/gstreamer-plugins-opus/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer Opus audio encoder/decoder plugin
+
+GST_PLUGIN= opus
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"