diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-29 16:15:56 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-29 16:15:56 +0800 |
commit | 83475511f742997422a642a14ac6ccd9c2b86351 (patch) | |
tree | 03785c980d4fddba5ee985167d114cc52e965ce1 /games | |
parent | 86b695336921f6101c61f82e1bb71ad2f6addda0 (diff) | |
download | freebsd-ports-gnome-83475511f742997422a642a14ac6ccd9c2b86351.tar.gz freebsd-ports-gnome-83475511f742997422a642a14ac6ccd9c2b86351.tar.zst freebsd-ports-gnome-83475511f742997422a642a14ac6ccd9c2b86351.zip |
Try to remove share/games [1]
trim header, update conflicts, switch to pathfix and make sure share/games
has the right permissions.
Submitted by: miwi
Obtained from: gnome team repo
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 26 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 1 |
2 files changed, 14 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 diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index b2d307e98741..7ead24d3c5f4 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -3155,6 +3155,7 @@ share/omf/swell-foop/swell-foop-sv.omf @dirrm share/glchess @dirrmtry share/ggz/gnome-games @dirrmtry share/ggz +@dirrmtry share/games @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies @dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku |