freebsd-ports/multimedia/totem/Makefile
Pav Lucistnik 0dfdec2a0a - Update to 0.99.11
PR:		ports/65642
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
Approved by:	maintainer timeout (14 days)
2004-05-01 22:28:08 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: totem
# Date created: 17 Oct 2002
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
#
PORTNAME= totem
PORTVERSION= 0.99.11
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/...$//}
DIST_SUBDIR= gnome2
MAINTAINER= hendrik@scholz.net
COMMENT= A Xine-based video player for the Gnome 2 Desktop
LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop
USE_GMAKE= yes
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
MAN1= totem.1
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libdvdnav.so)
WITH_DVDNAV= yes
.endif
.if defined(WITH_DVDNAV)
LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav
.endif
.if !defined(WITH_DVDNAV)
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "You can enable DVD support by defining WITH_DVDNAV"
.endif
.include <bsd.port.post.mk>