Date: Thu, 8 Mar 2018 03:55:10 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463861 - head/games/iortcw Message-ID: <201803080355.w283tAmw054633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Mar 8 03:55:10 2018 New Revision: 463861 URL: https://svnweb.freebsd.org/changeset/ports/463861 Log: games/iortcw: Add desktop entries Modified: head/games/iortcw/Makefile head/games/iortcw/pkg-plist Modified: head/games/iortcw/Makefile ============================================================================== --- head/games/iortcw/Makefile Thu Mar 8 03:01:58 2018 (r463860) +++ head/games/iortcw/Makefile Thu Mar 8 03:55:10 2018 (r463861) @@ -3,6 +3,7 @@ PORTNAME= iortcw DISTVERSION= 1.51 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games @@ -43,9 +44,13 @@ MP_DESC= Build multiplayer support SP_DESC= Build singleplayer support SP_ALL_TARGET= sp +SP_DESKTOP_ENTRIES= "Return to Castle Wolfenstein" "Return to Castle Wolfenstein" \ + "${DATADIR}/wolf512.png" "iowolfsp" "Game;" false SP_INSTALL_TARGET= sp-install MP_ALL_TARGET= mp +MP_DESKTOP_ENTRIES= "Return to Castle Wolfenstein (MP)" "Return to Castle Wolfenstein Multiplayer" \ + "${DATADIR}/wolf512.png" "iowolfmp" "Game;" false MP_INSTALL_TARGET= mp-install post-extract: @@ -54,6 +59,10 @@ post-extract: post-patch: @${REINPLACE_CMD} '/\.git\/index/d' ${WRKSRC}/SP/Makefile @${REINPLACE_CMD} '/\.git\/index/d' ${WRKSRC}/MP/Makefile + +post-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/MP/misc/wolf512.png ${STAGEDIR}${DATADIR} post-install-MP-on: ${INSTALL_SCRIPT} ${WRKDIR}/iowolfmp ${STAGEDIR}${PREFIX}/bin/iowolfmp Modified: head/games/iortcw/pkg-plist ============================================================================== --- head/games/iortcw/pkg-plist Thu Mar 8 03:01:58 2018 (r463860) +++ head/games/iortcw/pkg-plist Thu Mar 8 03:55:10 2018 (r463861) @@ -15,3 +15,4 @@ %%SP%%%%WOLFDIR%%/renderer_sp_opengl1_%%ARCH%%.so %%SP%%%%WOLFDIR%%/renderer_sp_rend2_%%ARCH%%.so %%SP%%bin/iowolfsp +%%DATADIR%%/wolf512.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803080355.w283tAmw054633>