summaryrefslogtreecommitdiffstats
path: root/multimedia/totem-gstreamer/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-06 03:08:30 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-06 03:08:30 +0800
commit8047ae5589037da11d40031ce2e906b82d386c1b (patch)
treee2aa2d1fc0c70e7a07618046b322ab4b01abcb86 /multimedia/totem-gstreamer/Makefile
parentc5c8d1229def229330386145e3b5bebeb4d5a167 (diff)
downloadmarcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.tar
marcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.tar.gz
marcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.tar.bz2
marcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.tar.lz
marcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.tar.xz
marcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.tar.zst
marcuscom-ports-8047ae5589037da11d40031ce2e906b82d386c1b.zip
- Add support for WITH_MOZILLA_PLUGINS in OPTIONS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5629 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem-gstreamer/Makefile')
-rw-r--r--multimedia/totem-gstreamer/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/totem-gstreamer/Makefile b/multimedia/totem-gstreamer/Makefile
new file mode 100644
index 000000000..02fbaba7e
--- /dev/null
+++ b/multimedia/totem-gstreamer/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: totem-gstreamer
+# Date created: 04 December 2004
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/multimedia/totem-gstreamer/Makefile,v 1.5 2005/11/05 05:20:58 marcus Exp $
+#
+
+PORTREVISION= 1
+PKGNAMESUFFIX= -gstreamer
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A Gstreamer-based video player for the Gnome 2 desktop
+
+MASTERDIR= ${.CURDIR}/../totem
+
+OPTIONS= MOZILLA_PLUGIN "Totem mozilla plugin" off
+WITH_GSTREAMER= yes
+
+CONFLICTS= totem-[0-9]*
+
+.include "${MASTERDIR}/Makefile"