diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-29 08:15:56 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-29 08:15:56 +0000 |
commit | ff9b4a73f30c77dd599173de6bde88a59fff3a28 (patch) | |
tree | 03785c980d4fddba5ee985167d114cc52e965ce1 /games/gnome-games/Makefile | |
parent | ea59d8a5426b440734f40b5eb12714e770298beb (diff) |
Notes
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 98191df11d82..13ca7338d68e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomegames2 -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.232 2010/11/15 22:52:01 kwm Exp $ -# +# $MCom: ports/games/gnome-games/Makefile,v 1.240 2012/09/01 23:02:09 mezz Exp $ PORTNAME= gnome-games PORTVERSION= 2.32.1 @@ -17,19 +13,22 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \ + clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \ + clutter-glx-1.0:${PORTSDIR}/graphics/clutter RUN_DEPENDS= seed:${PORTSDIR}/devel/seed +CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]* + USE_BZIP2= yes USE_PYTHON= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack \ - librsvg2 desktopfileutils pygnomedesktop gnomedocutils +USES= pathfix +USE_GNOME= gnomeprefix intlhack librsvg2 desktopfileutils \ + pygnomedesktop gnomedocutils USE_GSTREAMER= vorbis ogg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sound=gstreamer \ @@ -43,8 +42,6 @@ GCONF_SCHEMAS= aisleriot.schemas glchess.schemas glines.schemas \ gnotski.schemas gtali.schemas iagno.schemas lightsoff.schemas \ mahjongg.schemas quadrapassel.schemas swell-foop.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 @@ -67,6 +64,9 @@ post-patch: 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 |