blob: 409890f8eb27ebbc201abe96d1a92d5859f17563 (
plain) (
blame)
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= 5
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"
|