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/apricots | |
parent | 767960debff163320425110d5d4b5f6c89da4888 (diff) | |
download | ports-41f778ba31397ede79e70f0645c853afd439b4fb.tar.gz ports-41f778ba31397ede79e70f0645c853afd439b4fb.zip |
Notes
Diffstat (limited to 'games/apricots')
-rw-r--r-- | games/apricots/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/apricots/Makefile b/games/apricots/Makefile index 303b51785425..c23c550b953a 100644 --- a/games/apricots/Makefile +++ b/games/apricots/Makefile @@ -19,11 +19,19 @@ USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" PORTDOCS= README +DESKTOP_ENTRIES="Apricots" \ + "Fly a little plane around and shoot things and drop bombs" \ + "" \ + "apricots" \ + "Game;ArcadeGame;" \ + false + OPTIONS= OPENAL "Enable OpenAL audio" on .include <bsd.port.pre.mk> |