diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-12 05:57:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-12 05:57:40 +0800 |
commit | f90defc705b5e50614708f42ca97498faaa69314 (patch) | |
tree | 378bb23bc57371de6bc523f040e16c9b4e498965 /games/crrcsim | |
parent | 004ff8b00abf45c6a99b49329d6e8aa1ddf27c1a (diff) | |
download | freebsd-ports-gnome-f90defc705b5e50614708f42ca97498faaa69314.tar.gz freebsd-ports-gnome-f90defc705b5e50614708f42ca97498faaa69314.tar.zst freebsd-ports-gnome-f90defc705b5e50614708f42ca97498faaa69314.zip |
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
Diffstat (limited to 'games/crrcsim')
-rw-r--r-- | games/crrcsim/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/crrcsim/Makefile b/games/crrcsim/Makefile index fe542d6a4bf9..e6ac5fc040c7 100644 --- a/games/crrcsim/Makefile +++ b/games/crrcsim/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl USE_GL= gl glu +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib"\ CPPFLAGS="-I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include" @@ -30,6 +31,13 @@ PORTDOCS= * MAN1= crrcsim.1 +DESKTOP_ENTRIES="CRRCsim" \ + "Model-airplane flight simulation program" \ + "${DATADIR}/icons/crrcsim.png" \ + "crrcsim" \ + "Game;Simulation;" \ + false + post-patch: @${REINPLACE_CMD} -e '/portaudio/ s|==|=|' ${WRKSRC}/configure .if defined(NOPORTDOCS) |