blob: 974a4e36b9ed0d760655b21bf33fba27b69a01af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: totem
# Date created: 17 Oct 2002
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
#
PORTNAME= totem
PORTVERSION= 0.90.0
PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= http://www.hadess.net/files/software/totem/
MAINTAINER= hendrik@scholz.net
COMMENT= A Xine-based video player for the Gnome 2 Desktop
LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \
gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|