summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r--games/gnome-games/Makefile92
1 files changed, 26 insertions, 66 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index c4b049bc9..993e2c197 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,73 +1,33 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/games/gnome-games/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom: ports/trunk/games/gnome-games3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-games
-PORTVERSION= 2.32.1
-PORTREVISION= 5
+PORTVERSION= 3.8
CATEGORIES= games gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+MASTER_SITES= #
MAINTAINER= gnome@FreeBSD.org
-COMMENT= The game applications package for the GNOME 2 Desktop Environment
-
-LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \
- libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
- libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
-RUN_DEPENDS= seed:${PORTSDIR}/devel/seed
-
-CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]*
-
-NO_STAGE= yes
-USE_BZIP2= yes
-USE_PYTHON= yes
-USES= desktop-file-utils gettext gmake pathfix
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_GL= gl
-USE_GNOME= gnomeprefix intlhack librsvg2 pygnomedesktop gnomedocutils \
- introspection:build
-USE_GSTREAMER= vorbis ogg
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-sound=gstreamer \
- --disable-tests
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GCONF_SCHEMAS= aisleriot.schemas glchess.schemas glines.schemas \
- gnect.schemas gnibbles.schemas gnobots2.schemas \
- gnome-sudoku.schemas gnomine.schemas gnotravex.schemas \
- gnotski.schemas gtali.schemas iagno.schemas lightsoff.schemas \
- mahjongg.schemas quadrapassel.schemas swell-foop.schemas
-
-#DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \
-# gnibbles/gnibbles-client.dsc
-
-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>
-
-.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS)
-LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
- ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \
- ${WRKSRC}/glchess/src/lib/defaults.py.in
- @${REINPLACE_CMD} -e 's|strip-prefix=games|strip-prefix=Games|' \
- ${WRKSRC}/libgames-support/Makefile.in
-
-post-install:
- ${MKDIR} ${PREFIX}/share/ggz/gnome-games
- ${CHGRP} games ${LOCALBASE}/share/games
- ${CHMOD} g=rwXs ${LOCALBASE}/share/games
-
-#.for dsc in ${DSC_FILES}
-# ${INSTALL_DATA} ${WRKSRC}/${dsc} ${PREFIX}/share/ggz/gnome-games/${dsc:T}
-#.endfor
-
-.include <bsd.port.post.mk>
+COMMENT= Gnome games meta port
+
+RUN_DEPENDS= gnome-chess:${PORTSDIR}/games/gnome-chess \
+ five-or-more:${PORTSDIR}/games/five-or-more \
+ four-in-a-row:${PORTSDIR}/games/four-in-a-row \
+ gnome-nibbles:${PORTSDIR}/games/gnome-nibbles \
+ gnome-robots:${PORTSDIR}/games/gnome-robots \
+ gnome-sudoku:${PORTSDIR}/games/gnome-sudoku \
+ gnome-mines:${PORTSDIR}/games/gnome-mines \
+ gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \
+ gnome-klotski:${PORTSDIR}/games/gnome-klotski \
+ tali:${PORTSDIR}/games/tali \
+ iagno:${PORTSDIR}/games/iagno \
+ lightsoff:${PORTSDIR}/games/lightsoff \
+ gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \
+ quadrapassel:${PORTSDIR}/games/quadrapassel \
+ swell-foop:${PORTSDIR}/games/swell-foop
+
+NO_BUILD= yes
+NO_INSTALL= yes
+NO_MTREE= yes
+
+.include <bsd.port.mk>