- Support staging

- Convert USE_GMAKE to USES
This commit is contained in:
Dmitry Marakasov 2013-10-16 23:59:16 +00:00
parent 9b4fc485fc
commit 1fa3a0e344
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330575
2 changed files with 3 additions and 35 deletions

View file

@ -12,15 +12,15 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Score points without letting the tiles touch the top of the board
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
USE_SDL= sdl mixer image ttf
CPPFLAGS+= `${SDL_CONFIG} --cflags`
LDFLAGS+= `${SDL_CONFIG} --libs`
MAN6= torrent.6
PLIST_FILES= bin/${PORTNAME} man/man6/torrent.6.gz
PORTDATA= *
NO_STAGE= yes
post-extract:
@${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \
${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'

View file

@ -1,32 +0,0 @@
bin/torrent
%%DATADIR%%/fonts/amerdreams.ttf
%%DATADIR%%/pics/help.png
%%DATADIR%%/pics/main.png
%%DATADIR%%/pics/set1/blank.png
%%DATADIR%%/pics/set1/blue.png
%%DATADIR%%/pics/set1/blue_bomb.png
%%DATADIR%%/pics/set1/gold.png
%%DATADIR%%/pics/set1/gold_bomb.png
%%DATADIR%%/pics/set1/green.png
%%DATADIR%%/pics/set1/green_bomb.png
%%DATADIR%%/pics/set1/purple.png
%%DATADIR%%/pics/set1/purple_bomb.png
%%DATADIR%%/pics/set1/red.png
%%DATADIR%%/pics/set1/red_bomb.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/bomb.ogg
%%DATADIR%%/sounds/bonus.ogg
%%DATADIR%%/sounds/cheering.ogg
%%DATADIR%%/sounds/click.ogg
%%DATADIR%%/sounds/gameover.ogg
%%DATADIR%%/sounds/levelover.ogg
%%DATADIR%%/sounds/over.ogg
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%/pics/set1
@dirrm %%DATADIR%%/pics
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%