Date: Sat, 22 Feb 2014 10:12:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345581 - in head/games: . catesc Message-ID: <201402221012.s1MACgrX081054@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Feb 22 10:12:42 2014 New Revision: 345581 URL: http://svnweb.freebsd.org/changeset/ports/345581 QAT: https://qat.redports.org/buildarchive/r345581/ Log: Escape of the cat - hardcore oldschool platformer on INSTEAD engine WWW: https://github.com/gl00my/catesc Added: head/games/catesc/ head/games/catesc/Makefile (contents, props changed) head/games/catesc/distinfo (contents, props changed) head/games/catesc/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat Feb 22 10:07:34 2014 (r345580) +++ head/games/Makefile Sat Feb 22 10:12:42 2014 (r345581) @@ -127,6 +127,7 @@ SUBDIR += cardpics SUBDIR += castlevox SUBDIR += cataclysm-dda + SUBDIR += catesc SUBDIR += cave9 SUBDIR += cavezofphear SUBDIR += ceferino Added: head/games/catesc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/catesc/Makefile Sat Feb 22 10:12:42 2014 (r345581) @@ -0,0 +1,37 @@ +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= catesc +PORTVERSION= 0.3 +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Escape of the cat - hardcode oldschool platformer + +RUN_DEPENDS= instead:${PORTSDIR}/games/instead + +USE_GITHUB= yes +GH_ACCOUNT= gl00my +GH_TAGNAME= d84d277 +GH_COMMIT= d84d277 + +NO_BUILD= yes + +DATADIR= ${PREFIX}/share/instead/games/${PORTNAME} + +PLIST_FILES= share/pixmaps/${PORTNAME}.png +PORTDATA= * + +DESKTOP_ENTRIES="Escape of the cat" \ + "Hardcore oldschool platformer" \ + "${PORTNAME}" \ + "${LOCALBASE}/bin/instead ${DATADIR}" \ + "Game;ArcadeGame;" \ + "" + +do-install: + ${INSTALL_DATA} ${WRKSRC}/pic/icon.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ + +.include <bsd.port.mk> Added: head/games/catesc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/catesc/distinfo Sat Feb 22 10:12:42 2014 (r345581) @@ -0,0 +1,2 @@ +SHA256 (catesc-0.3.tar.gz) = fab5b457e50dd35b945e8e4f416d4b479ccd134ff01ebba27254889225b2b6d0 +SIZE (catesc-0.3.tar.gz) = 3180340 Added: head/games/catesc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/catesc/pkg-descr Sat Feb 22 10:12:42 2014 (r345581) @@ -0,0 +1,3 @@ +Escape of the cat - hardcore oldschool platformer on INSTEAD engine + +WWW: https://github.com/gl00my/catesc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221012.s1MACgrX081054>