diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-11 21:57:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-11 21:57:40 +0000 |
commit | 41f778ba31397ede79e70f0645c853afd439b4fb (patch) | |
tree | c8bf4ed4f92ac6e22e4da669b18ec0e12d62b125 /games/xbill | |
parent | 767960debff163320425110d5d4b5f6c89da4888 (diff) | |
download | ports-41f778ba31397ede79e70f0645c853afd439b4fb.tar.gz ports-41f778ba31397ede79e70f0645c853afd439b4fb.zip |
Notes
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 654b8bd06db6..5a61c95643c3 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -19,11 +19,19 @@ COMMENT= Save your computers from the evil clutches of Bill GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ARGS= --localstatedir=${SCORES_DIR} +MAKE_JOBS_SAFE= yes MAN6= xbill.6 SCORES_DIR?= ${DATADIR}/scores +DESKTOP_ENTRIES="xBill" \ + "Save your computers from the evil clutches of Bill" \ + "${DATADIR}/pixmaps/icon.xpm" \ + "xbill" \ + "Game;ArcadeGame;" \ + false + OPTIONS= ATHENA "Build with Athena widget set" off \ GTK "Build with GTK widget set" on \ MOTIF "Build with Motif widget set" off |