1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/monsterz/pkg-plist
Rusmir Dusko 20e736bcd5 - Bump portrevision
- Trim master sites, add icon
- Trim to use default permissions for licenses, if not defined
- Trim dependency for ${PYGAME}
- Trim docs, not install COPYING INSTALL into DOCSDIR and mute dir install
- Add Desktop entry file
- Trim files/patch-Makefile for right installation
- Trim pkg-plist, share/games/monsterz --> DATADIR

Approved by:	wxs (mentor)
2013-08-19 16:37:37 +00:00

31 lines
1.0 KiB
Plaintext

bin/monsterz
%%DATADIR%%/graphics/background.png
%%DATADIR%%/graphics/bigtiles.png
%%DATADIR%%/graphics/board.png
%%DATADIR%%/graphics/graphics.svg
%%DATADIR%%/graphics/icon.png
%%DATADIR%%/graphics/logo.png
%%DATADIR%%/graphics/pattern.png
%%DATADIR%%/graphics/tiles.png
%%DATADIR%%/monsterz.py
%%DATADIR%%/monsterz.pyc
%%DATADIR%%/monsterz.pyo
%%DATADIR%%/sound/applause.wav
%%DATADIR%%/sound/boing.wav
%%DATADIR%%/sound/click.wav
%%DATADIR%%/sound/ding.wav
%%DATADIR%%/sound/duh.wav
%%DATADIR%%/sound/grunt.wav
%%DATADIR%%/sound/laugh.wav
%%DATADIR%%/sound/music.s3m
%%DATADIR%%/sound/pop.wav
%%DATADIR%%/sound/warning.wav
%%DATADIR%%/sound/whip.wav
share/pixmaps/monsterz.png
@dirrm %%DATADIR%%/sound
@dirrm %%DATADIR%%/graphics
@dirrm %%DATADIR%%
@exec if [ ! -e %%SCOREDIR%% ] ; then mkdir -p -m 775 %%SCOREDIR%% ; fi
@exec [ -e %%SCOREDIR%%/monsterz ] || touch %%SCOREDIR%%/monsterz && chmod 664 %%SCOREDIR%%/monsterz && chgrp games %%SCOREDIR%%/monsterz
@unexec if [ ! -s %%SCOREDIR%%/monsterz ] ; then rm -f %%SCOREDIR%%/monsterz && rm -r %%SCOREDIR%% || true ; fi