aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-02-22 18:12:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-02-22 18:12:42 +0800
commit3ea185626efa131e585471cb362b81e04052afce (patch)
tree8a6506da9a35a9da1018710f5699c0d31d02dfa6 /games
parent7681a853f00961a05eee2a2db98a9e65b14d84cf (diff)
downloadfreebsd-ports-gnome-3ea185626efa131e585471cb362b81e04052afce.tar.gz
freebsd-ports-gnome-3ea185626efa131e585471cb362b81e04052afce.tar.zst
freebsd-ports-gnome-3ea185626efa131e585471cb362b81e04052afce.zip
Escape of the cat - hardcore oldschool platformer on INSTEAD engine
WWW: https://github.com/gl00my/catesc
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/catesc/Makefile37
-rw-r--r--games/catesc/distinfo2
-rw-r--r--games/catesc/pkg-descr3
4 files changed, 43 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 7e2309aa5845..72de7280bb3f 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -127,6 +127,7 @@
SUBDIR += cardpics
SUBDIR += castlevox
SUBDIR += cataclysm-dda
+ SUBDIR += catesc
SUBDIR += cave9
SUBDIR += cavezofphear
SUBDIR += ceferino
diff --git a/games/catesc/Makefile b/games/catesc/Makefile
new file mode 100644
index 000000000000..5533685b3364
--- /dev/null
+++ b/games/catesc/Makefile
@@ -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>
diff --git a/games/catesc/distinfo b/games/catesc/distinfo
new file mode 100644
index 000000000000..f8fc512c7e0d
--- /dev/null
+++ b/games/catesc/distinfo
@@ -0,0 +1,2 @@
+SHA256 (catesc-0.3.tar.gz) = fab5b457e50dd35b945e8e4f416d4b479ccd134ff01ebba27254889225b2b6d0
+SIZE (catesc-0.3.tar.gz) = 3180340
diff --git a/games/catesc/pkg-descr b/games/catesc/pkg-descr
new file mode 100644
index 000000000000..c911e7396f6c
--- /dev/null
+++ b/games/catesc/pkg-descr
@@ -0,0 +1,3 @@
+Escape of the cat - hardcore oldschool platformer on INSTEAD engine
+
+WWW: https://github.com/gl00my/catesc