aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-07-22 11:35:44 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-07-22 11:35:44 +0000
commitd566d54fa6c982cb4bed8330d51cb11bfe3674ed (patch)
treedb8ae1482499741d4dbb123637dac45579f28eb5 /net
parent190ced69a285efe9780eea205067282568a3063f (diff)
downloadports-d566d54fa6c982cb4bed8330d51cb11bfe3674ed.tar.gz
ports-d566d54fa6c982cb4bed8330d51cb11bfe3674ed.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/gstreamer1-plugins-srtp/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index e9bcc2ddcab5..f8430b14963d 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -204,6 +204,7 @@
SUBDIR += gssdp
SUBDIR += gstreamer-plugins-libmms
SUBDIR += gstreamer1-plugins-libmms
+ SUBDIR += gstreamer1-plugins-srtp
SUBDIR += gtic
SUBDIR += gtk-vnc
SUBDIR += gtknetcat
diff --git a/net/gstreamer1-plugins-srtp/Makefile b/net/gstreamer1-plugins-srtp/Makefile
new file mode 100644
index 000000000000..a7807c52a272
--- /dev/null
+++ b/net/gstreamer1-plugins-srtp/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+CATEGORIES= net
+
+COMMENT= GStreamer srtp plugin
+
+GST_PLUGIN= srtp
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"