aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-x264
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-06-19 14:13:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-06-19 14:13:22 +0000
commit126c7e8ba2883a7908784419267932d96bf05db1 (patch)
tree6ad2e50ad6ee2584b05623e6ceb281b0cb328e7f /multimedia/gstreamer-plugins-x264
parent5cbb782334c655a429a7d65c1c4c6deba1edb901 (diff)
downloadports-126c7e8ba2883a7908784419267932d96bf05db1.tar.gz
ports-126c7e8ba2883a7908784419267932d96bf05db1.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-x264')
-rw-r--r--multimedia/gstreamer-plugins-x264/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-x264/Makefile b/multimedia/gstreamer-plugins-x264/Makefile
new file mode 100644
index 000000000000..a18ea8a366ac
--- /dev/null
+++ b/multimedia/gstreamer-plugins-x264/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-x264
+# Date created: 6 Sep 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= multimedia
+PORTREVISION= 0
+
+COMMENT= Gstreamer x264 plugin
+
+GST_PLUGIN= x264
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"