freebsd-ports/games/dsnake/pkg-plist
Pav Lucistnik 8c2a3a470d - Also create scores and configuration when installing from a package
- Preserve modified scores and configuration across updates
- Install using ${INSTALL_xxx}, to ensure proper permissions and ownerships
- Pass command-line arguments through the wrapper script
- Replace the shell process with the game, to save some memory while playing
- Install documentation in ${DOCSDIR}, and respect ${NOPORTDOCS}

PR:		ports/84738
Submitted by:	jylefort

- Allow on amd64
2005-08-29 13:36:14 +00:00

14 lines
389 B
Text

bin/dsnake
%%DATADIR%%/data/fonts.dat
%%DATADIR%%/data/logos.dat
%%DATADIR%%/data/sfx.dat
%%DATADIR%%/data/sprites.dat
%%DATADIR%%/data/sprites2.dat
%%DATADIR%%/data/textures.dat
%%DATADIR%%/dsnake
%%DATADIR%%/midi/fall.mid
%%DATADIR%%/midi/partille.mid
%%DATADIR%%/midi/The_Jayomon_Beat.mid
@dirrm %%DATADIR%%/midi
@dirrm %%DATADIR%%/data
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true