summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-mpeg2enc
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-12-22 23:14:43 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-12-22 23:14:43 +0000
commit9964e135e6576667901987efbf8922b04ed04fb6 (patch)
treefbe1452ac3a2a33b8260c41d8e6257b8e60ed730 /multimedia/gstreamer-plugins-mpeg2enc
parentConnect gstreamer-plugins-jack (diff)
Revive gstreamer-plugins-mpeg2enc
Notes
Notes: svn path=/head/; revision=180543
Diffstat (limited to 'multimedia/gstreamer-plugins-mpeg2enc')
-rw-r--r--multimedia/gstreamer-plugins-mpeg2enc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile
new file mode 100644
index 000000000000..97f4f481b2a7
--- /dev/null
+++ b/multimedia/gstreamer-plugins-mpeg2enc/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-mpeg2enc
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer mpeg encoder plugin
+
+GST_PLUGIN= mpeg2enc
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"