summaryrefslogtreecommitdiff
path: root/multimedia/totem/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-17 19:21:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-17 19:21:04 +0000
commitc73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c (patch)
treea04baff96e2b3d225bf5bdc9dd11ead18a418ecb /multimedia/totem/Makefile
parentAdd missing file to plist (diff)
Add totem, a xine-based video player for the GNOME 2 desktop.
PR: 44177 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes: svn path=/head/; revision=68224
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r--multimedia/totem/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
new file mode 100644
index 000000000000..f0833e398a9a
--- /dev/null
+++ b/multimedia/totem/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: totem
+# Date created: 17 Oct 2002
+# Whom: Hendrik Scholz <hendrik@scholz.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= totem
+PORTVERSION= 0.10.0
+CATEGORIES= graphics gnome
+MASTER_SITES= http://www.hadess.net/files/software/totem/
+
+MAINTAINER= hendrik@scholz.net
+
+LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \
+ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
+
+USE_X_PREFIX= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>