summaryrefslogtreecommitdiffstats
path: root/games/gnome-games3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-16 03:17:42 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-16 03:17:42 +0800
commit6b13a3c7209b13c56b1eaff24c22a16a71e8884b (patch)
tree188e1c4c743547969ef5b6fd8ecb8683c15d0055 /games/gnome-games3/Makefile
parente93d594528206b8ad0143db17e7bd5a163c65053 (diff)
downloadmarcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.tar
marcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.tar.gz
marcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.tar.bz2
marcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.tar.lz
marcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.tar.xz
marcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.tar.zst
marcuscom-ports-6b13a3c7209b13c56b1eaff24c22a16a71e8884b.zip
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games3/Makefile')
-rw-r--r--games/gnome-games3/Makefile41
1 files changed, 18 insertions, 23 deletions
diff --git a/games/gnome-games3/Makefile b/games/gnome-games3/Makefile
index 7e492caac..c94b1a592 100644
--- a/games/gnome-games3/Makefile
+++ b/games/gnome-games3/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/games/gnome-games3/Makefile,v 1.15 2011/06/30 04:23:56 mezz Exp $
+# $MCom: ports/games/gnome-games3/Makefile,v 1.16 2011/08/17 20:09:35 kwm Exp $
#
PORTNAME= gnome-games
-PORTVERSION= 3.0.2
-PORTREVISION= 1
+PORTVERSION= 3.2.0
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -28,43 +27,39 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \
CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-2.[0-9]*
LATEST_LINK= gnome-games3
-USE_BZIP2= yes
+USE_XZ= yes
USE_PYTHON= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-GLIB_SCHEMAS= org.gnome.Games.WindowState.gschema.xml
USE_GL= gl glu
USE_XORG= ice x11
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 pygtk2 \
+USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 pygobject3 \
librsvg2 desktopfileutils gnomedocutils
USE_GSTREAMER= vorbis ogg
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-gtk=3.0
+CONFIGURE_ARGS= --with-gtk=3.0 --enable-games=all
CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS= -L${LOCALBASE}/lib
-GCONF_SCHEMAS= aisleriot.schemas glines.schemas \
- gnect.schemas gnibbles.schemas gnobots2.schemas \
- gnome-sudoku.schemas gnomine.schemas gnotravex.schemas \
- gnotski.schemas gtali.schemas iagno.schemas \
- mahjongg.schemas lightsoff.schemas quadrapassel.schemas \
- swell-foop.schemas
+GCONF_SCHEMAS= gnect.schemas gnibbles.schemas gnobots2.schemas \
+ gnome-sudoku.schemas \
+ gnotski.schemas gtali.schemas \
+ quadrapassel.schemas
GLIB_SCHEMAS= org.gnome.Games.WindowState.gschema.xml \
- org.gnome.glchess.gschema.xml
+ org.gnome.glchess.gschema.xml \
+ org.gnome.glines.gschema.xml \
+ org.gnome.gnomine.gschema.xml \
+ org.gnome.gnotravex.gschema.xml \
+ org.gnome.iagno.gschema.xml \
+ org.gnome.mahjongg.gschema.xml
MAN6= glchess.6 glines.6 gnect.6 gnibbles.6 gnobots2.6 \
gnome-sudoku.6 gnomine.6 gnotravex.6 gnotski.6 \
- gtali.6 iagno.6 mahjongg.6 quadrapassel.6 sol.6
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
- ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in
+ gtali.6 iagno.6 mahjongg.6 quadrapassel.6
post-install:
@-update-desktop-database
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>