- Support staging

This commit is contained in:
Dmitry Marakasov 2013-09-29 21:48:26 +00:00
parent ca4220f188
commit 6f7746b8e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328739
2 changed files with 2 additions and 22 deletions

View File

@ -22,9 +22,9 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
CPPFLAGS+= `${SDL_CONFIG} --cflags`
LDFLAGS+= `${SDL_CONFIG} --libs`
MAN6= hangman.6
PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz
PORTDATA= *
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_DICTIONARY)

View File

@ -1,20 +0,0 @@
bin/hangman
%%DATADIR%%/fonts/washing.ttf
%%DATADIR%%/pics/background.png
%%DATADIR%%/pics/background2.png
%%DATADIR%%/pics/noose.png
%%DATADIR%%/pics/sg_icon.png
%%DATADIR%%/pics/shiftygames.png
%%DATADIR%%/pics/sound_high.png
%%DATADIR%%/pics/sound_low.png
%%DATADIR%%/pics/sound_medium.png
%%DATADIR%%/sounds/click.ogg
%%DATADIR%%/sounds/letterSelectSound.ogg
%%DATADIR%%/sounds/nooseDropSound.ogg
%%DATADIR%%/sounds/over.ogg
%%DATADIR%%/sounds/wordHitSound.ogg
%%DATADIR%%/sounds/wordMissSound.ogg
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%/pics
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%