aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem-xine/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-19 05:14:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-03-19 05:14:07 +0000
commit951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch)
tree249b59a23d9c6fae8db5e5639385f6273d237705 /multimedia/totem-xine/Makefile
parent91926e92b73e3751382216a16044c5d8b24ad126 (diff)
Notes
Diffstat (limited to 'multimedia/totem-xine/Makefile')
-rw-r--r--multimedia/totem-xine/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile
new file mode 100644
index 000000000000..e54cf177ce5a
--- /dev/null
+++ b/multimedia/totem-xine/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: totem-xine
+# Date created: March 2, 2007
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/multimedia/totem-xine/Makefile,v 1.1 2007/03/15 14:29:57 ahze Exp $
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -xine
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A XINE-based video player for the GNOME 2 desktop
+
+MASTERDIR= ${.CURDIR}/../totem
+
+WITH_TOTEM_XINE= yes
+
+CONFLICTS= totem-[0-9]* totem-gstreamer-[0-9]*
+
+.include "${MASTERDIR}/Makefile"