mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
baacb43b7f
Approved by: timeout from maintainer
29 lines
727 B
Makefile
29 lines
727 B
Makefile
# New ports collection makefile for: totem
|
|
# Date created: 17 Oct 2002
|
|
# Whom: Hendrik Scholz <hendrik@scholz.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= totem
|
|
PORTVERSION= 0.96.0
|
|
CATEGORIES= multimedia gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.96
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= hendrik@scholz.net
|
|
COMMENT= A Xine-based video player for the Gnome 2 Desktop
|
|
|
|
LIB_DEPENDS= xine.6:${PORTSDIR}/multimedia/libxine
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
|
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>
|