diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:59:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:59:16 +0000 |
commit | 1fa3a0e3441ecf34386b0c7426d4d1ea9b513781 (patch) | |
tree | 7250c8f702fb1e6b39f871691a552a59387751c8 /games/torrent | |
parent | 9b4fc485fc4f1056d5e49c16c3d5a1197d7cebe9 (diff) |
- Support staging
- Convert USE_GMAKE to USES
Notes
Notes:
svn path=/head/; revision=330575
Diffstat (limited to 'games/torrent')
-rw-r--r-- | games/torrent/Makefile | 6 | ||||
-rw-r--r-- | games/torrent/pkg-plist | 32 |
2 files changed, 3 insertions, 35 deletions
diff --git a/games/torrent/Makefile b/games/torrent/Makefile index 5f7c72565c4f..6b496b285347 100644 --- a/games/torrent/Makefile +++ b/games/torrent/Makefile @@ -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:]]*$$//' diff --git a/games/torrent/pkg-plist b/games/torrent/pkg-plist deleted file mode 100644 index ea6bc5f96ff7..000000000000 --- a/games/torrent/pkg-plist +++ /dev/null @@ -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%% |