diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-20 14:13:22 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-20 14:13:22 +0000 |
commit | 694c9883f2318cde83fd388152c96047f7c86b7a (patch) | |
tree | 04fcef679c991cd176a5817f04878fe747bf6656 /games/pouetchess | |
parent | 73af28354d3f6c8d1ff03000922060cc698ef21a (diff) | |
download | ports-694c9883f2318cde83fd388152c96047f7c86b7a.tar.gz ports-694c9883f2318cde83fd388152c96047f7c86b7a.zip |
Notes
Diffstat (limited to 'games/pouetchess')
-rw-r--r-- | games/pouetchess/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile index 13d3ca67fc6a..2118498a2851 100644 --- a/games/pouetchess/Makefile +++ b/games/pouetchess/Makefile @@ -7,6 +7,7 @@ PORTNAME= pouetchess PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,6 +26,13 @@ WRKSRC= ${WRKDIR}/pouetChess MAKE_ENV= CXX="${CXX}" +DESKTOP_ENTRIES="pouetChess" \ + "Play chess" \ + "${DATADIR}/textures/1.png" \ + "pouetChess" \ + "Application;Game;" \ + false + post-patch: @${FIND} ${WRKSRC} \( -name "*.cpp" -o -name "*.h" -o -name Makefile \ -o -name config.ini \) -exec ${REINPLACE_CMD} -e \ |