summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer1-plugins-mpeg2enc
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-16 00:15:02 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-16 00:15:02 +0800
commitf5f33bac04b1d5e894bb178ec4e617adca557ccc (patch)
tree3135f9bd363aaebc84f421a8a5132aa8482205f2 /multimedia/gstreamer1-plugins-mpeg2enc
parent2ead2e3db50f9272c5de1d49cbfd48e2603fffa7 (diff)
downloadmarcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar
marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.gz
marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.bz2
marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.lz
marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.xz
marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.tar.zst
marcuscom-ports-f5f33bac04b1d5e894bb178ec4e617adca557ccc.zip
Add some more plugins, start cleaning up gstreamer1-plugins/Makefile.common.
Update urls in pkg-descr. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17120 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer1-plugins-mpeg2enc')
-rw-r--r--multimedia/gstreamer1-plugins-mpeg2enc/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-mpeg2enc/Makefile b/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
new file mode 100644
index 000000000..0c335653f
--- /dev/null
+++ b/multimedia/gstreamer1-plugins-mpeg2enc/Makefile
@@ -0,0 +1,15 @@
+# Created by: Michael Johnson <ahze@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer mpeg encoder plugin
+
+GST_PLUGIN= mpeg2enc
+DIST= bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"