diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-19 10:30:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-19 10:30:07 +0800 |
commit | b8245469ac9daaf398616e6419c6ca6962f382f1 (patch) | |
tree | 0a50d49b42dd8281c5d99b005ea1d5140dafbcc0 /games | |
parent | cb7312e32ecee8c45485725ea7ad2198085d1967 (diff) | |
download | freebsd-ports-gnome-b8245469ac9daaf398616e6419c6ca6962f382f1.tar.gz freebsd-ports-gnome-b8245469ac9daaf398616e6419c6ca6962f382f1.tar.zst freebsd-ports-gnome-b8245469ac9daaf398616e6419c6ca6962f382f1.zip |
- Support staging
Diffstat (limited to 'games')
-rw-r--r-- | games/scramble/Makefile | 7 | ||||
-rw-r--r-- | games/scramble/pkg-plist | 23 |
2 files changed, 4 insertions, 26 deletions
diff --git a/games/scramble/Makefile b/games/scramble/Makefile index 8c59481a5a5b..09caf3dba47d 100644 --- a/games/scramble/Makefile +++ b/games/scramble/Makefile @@ -12,15 +12,16 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= From 6 letters you are to create as many words as you can GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_SDL= sdl mixer image ttf CPPFLAGS+= `${SDL_CONFIG} --cflags` LDFLAGS+= `${SDL_CONFIG} --libs` -MAN6= scramble.6 +PLIST_FILES= bin/${PORTNAME} \ + man/man6/scramble.6.gz +PORTDATA= * -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_DICTIONARY) diff --git a/games/scramble/pkg-plist b/games/scramble/pkg-plist deleted file mode 100644 index 8e938b1bfbd9..000000000000 --- a/games/scramble/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/scramble -%%DATADIR%%/fonts/arial.ttf -%%DATADIR%%/fonts/keiserso.ttf -%%DATADIR%%/pics/background.png -%%DATADIR%%/pics/little_box.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/countdown.ogg -%%DATADIR%%/sounds/hit.ogg -%%DATADIR%%/sounds/miss.ogg -%%DATADIR%%/sounds/move.ogg -%%DATADIR%%/sounds/over.ogg -%%DATADIR%%/sounds/shuffle.ogg -%%DATADIR%%/sounds/tick.ogg -%%DATADIR%%/sounds/warning.ogg -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/pics -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%% |