diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-15 22:23:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-15 22:23:39 +0000 |
commit | 65570e542486146e1f0c5515babbd1a9c6a2ef49 (patch) | |
tree | dbd05b0a2e935773b99b21cccaa0d705b2292cbe /games | |
parent | 87ee28693e2fb6ecbb98d21239fa820e011b77db (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xye/Makefile | 5 | ||||
-rw-r--r-- | games/xye/distinfo | 6 | ||||
-rw-r--r-- | games/xye/pkg-plist | 28 |
3 files changed, 20 insertions, 19 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile index 13821dc36a8c..5cc8b3291c3b 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -6,11 +6,9 @@ # PORTNAME= xye -PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.9.1 CATEGORIES= games MASTER_SITES= SF -DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= gogo@cs.uni-sb.de COMMENT= A puzzle game for X @@ -19,6 +17,7 @@ USE_SDL= sdl image ttf GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc USE_GMAKE= yes +MAKE_JOBS_SAFE= yes .ifdef NOPORTDOCS post-patch: diff --git a/games/xye/distinfo b/games/xye/distinfo index 3a9ca4e35186..3084255daf59 100644 --- a/games/xye/distinfo +++ b/games/xye/distinfo @@ -1,3 +1,3 @@ -MD5 (xye-source-0.8.0.tar.gz) = 732fb4ea42591bb8ff05b70b22803b58 -SHA256 (xye-source-0.8.0.tar.gz) = cfc1b3016f304ed60902965949a98efc6801efc650628d2de31b42c35774c648 -SIZE (xye-source-0.8.0.tar.gz) = 1267668 +MD5 (xye-0.9.1.tar.gz) = ed03194c9e37c8bd805b9348a2caa7c3 +SHA256 (xye-0.9.1.tar.gz) = 950851420c9b5d4ed4c993552092852b8261441a609150043c7fc20883299b30 +SIZE (xye-0.9.1.tar.gz) = 1217636 diff --git a/games/xye/pkg-plist b/games/xye/pkg-plist index 996a7833ed34..2a848463a4e4 100644 --- a/games/xye/pkg-plist +++ b/games/xye/pkg-plist @@ -1,8 +1,5 @@ bin/xye - %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/format.txt -%%PORTDOCS%%%%DOCSDIR%%/template.xye.xml %%PORTDOCS%%%%DOCSDIR%%/GAMEINTRO.txt %%PORTDOCS%%%%DOCSDIR%%/xye.svg %%PORTDOCS%%%%DOCSDIR%%/NEWS @@ -11,21 +8,26 @@ bin/xye %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%@dirrm %%DOCSDIR%% %%DATADIR%%/levels/5levels.xye +%%DATADIR%%/levels/Mic4.xye +%%DATADIR%%/levels/cracked.xye %%DATADIR%%/levels/kye.xye %%DATADIR%%/levels/levels.xye %%DATADIR%%/levels/logo.xye -%%DATADIR%%/levels/Mic4.xye -%%DATADIR%%/levels/pxlevels.xye %%DATADIR%%/levels/microban.xsb +%%DATADIR%%/levels/oldtutorials.xye +%%DATADIR%%/levels/pxlevels.xye +%%DATADIR%%/levels/sphinx.xye %%DATADIR%%/levels/tutorials.xye -%%DATADIR%%/res/default.xml +%%DATADIR%%/levels/xyester.xye +%%DATADIR%%/res/DejaVuSans-Bold.ttf +%%DATADIR%%/res/DejaVuSans.ttf %%DATADIR%%/res/classic.xml -%%DATADIR%%/res/xye.png -%%DATADIR%%/res/kye.png +%%DATADIR%%/res/default.xml %%DATADIR%%/res/fon.bmp %%DATADIR%%/res/fon_bold.bmp -%%DATADIR%%/res/DejaVuSans.ttf -%%DATADIR%%/res/DejaVuSans-Bold.ttf -@dirrm share/xye/levels -@dirrm share/xye/res -@dirrm share/xye +%%DATADIR%%/res/kye.png +%%DATADIR%%/res/xye.png +%%DATADIR%%/res/xye_luminosity.png +@dirrm %%DATADIR%%/levels +@dirrm %%DATADIR%%/res +@dirrm %%DATADIR%% |