diff options
Diffstat (limited to 'games/gondola/Makefile')
-rw-r--r-- | games/gondola/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/gondola/Makefile b/games/gondola/Makefile index 8e72b241683a..9a82b00ea4a9 100644 --- a/games/gondola/Makefile +++ b/games/gondola/Makefile @@ -28,6 +28,13 @@ SUB_LIST= PROGRAM_DIR="${PREFIX}/lib/${PORTNAME}" WRKSRC= ${WRKDIR}/Gondola-${PORTVERSION} +DESKTOP_ENTRIES="Gondola" \ + "Create and optimize a distribution network of gondolas" \ + "" \ + "gondola" \ + "Game;StrategyGame;" \ + false + post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|g' ${WRKSRC}/gamelib/*.py @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \ |