diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-15 22:29:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-15 22:29:57 +0800 |
commit | 95877d5343f6237e60901ea5e286021dde50b7dc (patch) | |
tree | 923616778ea8a096deb8e1efe6aafbc0aae74952 | |
parent | 36f9fb4804d0601e0567236f28d68e742318dd4a (diff) | |
download | marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.tar marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.tar.gz marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.tar.bz2 marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.tar.lz marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.tar.xz marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.tar.zst marcuscom-ports-95877d5343f6237e60901ea5e286021dde50b7dc.zip |
Add totem-xine (forgot to commit this 2 weeks ago)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8568 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/totem-xine/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile new file mode 100644 index 000000000..cfe4675d5 --- /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$ + +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" |