31 lines
803 B
Makefile
31 lines
803 B
Makefile
# New ports collection makefile for: totem
|
|
# Date created: 17 Oct 2002
|
|
# Whom: Hendrik Scholz <hendrik@scholz.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= totem
|
|
PORTVERSION= 0.95.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.95
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= hendrik@scholz.net
|
|
COMMENT= A Xine-based video player for the Gnome 2 Desktop
|
|
|
|
LIB_DEPENDS= xine.5:${PORTSDIR}/multimedia/libxine \
|
|
gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomeprefix gnomehack
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|