summaryrefslogtreecommitdiff
path: root/games/gnome-games/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r--games/gnome-games/Makefile30
1 files changed, 12 insertions, 18 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index cdeb5eaa845e..c9d684f6b8e8 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/games/gnome-games/Makefile,v 1.3 2009/04/16 01:48:53 kwm Exp $
+# $MCom: ports/games/gnome-games/Makefile,v 1.206 2009/10/20 10:40:07 avl Exp $
#
PORTNAME= gnome-games
-PORTVERSION= 2.26.3
-PORTREVISION= 1
+PORTVERSION= 2.28.1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,6 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the GNOME 2 Desktop Environment
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \
+ clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
+ clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \
ggzmod.5:${PORTSDIR}/games/ggz-client-libs
USE_BZIP2= yes
@@ -30,22 +31,25 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \
USE_GSTREAMER= vorbis ogg
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sound=gstreamer \
- --disable-tests
+ --disable-tests \
+ --enable-introspection=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas glchess.schemas \
glines.schemas gnect.schemas gnibbles.schemas \
- gnobots2.schemas gnometris.schemas gnomine.schemas \
- gnotravex.schemas gnotski.schemas gtali.schemas \
- iagno.schemas mahjongg.schemas same-gnome.schemas
+ gnobots2.schemas gnome-sudoku.schemas gnometris.schemas \
+ gnomine.schemas gnotravex.schemas gnotski.schemas \
+ gtali.schemas iagno.schemas mahjongg.schemas same-gnome.schemas
CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]*
DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \
gnibbles/gnibbles-client.dsc
-OPTIONS= CLUTTER "Enable clutter compositing support" on
+MAN6= blackjack.6 glchess.6 glines.6 gnect.6 gnibbles.6 gnobots2.6 \
+ gnome-sudoku.6 gnometris.6 gnomine.6 gnotravex.6 gnotski.6 \
+ gtali.6 iagno.6 mahjongg.6 same-gnome.6 sol.6
.include <bsd.port.pre.mk>
@@ -53,16 +57,6 @@ OPTIONS= CLUTTER "Enable clutter compositing support" on
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
.endif
-.if !defined(WITHOUT_CLUTTER)
-LIB_DEPENDS+= clutter-gtk-0.8.0:${PORTSDIR}/graphics/clutter-gtk \
- clutter-cairo-0.8.0:${PORTSDIR}/graphics/clutter-cairo
-CONFIGURE_ARGS+=--enable-clutter
-PLIST_SUB+= CLUTTER=""
-.else
-CONFIGURE_ARGS+=--disable-clutter
-PLIST_SUB+= CLUTTER="@comment "
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \