blob: 4b9d2fb2710a76016485cbcf35809ee656592faa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= 1
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"
|