summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-05-15 09:58:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-05-15 09:58:14 +0000
commit9fd7b8be780a2e67f5c1f25ab05c383391907c1f (patch)
tree90e038436353f85a18e41296632f6ed61edf5be6 /games
parent1) Add OPTIONS support for: (diff)
Syobon Action (also known as Cat Mario or Neko Mario) is a platform game
with a similar gameplay experience as Super Mario Bros, except it s more difficult and was written by some psychopath. WWW: http://zapek.com/?p=189 - While here, sort games/Makefile PR: 167694 Submitted by: nemysis <nemysis@gmx.ch>
Notes
Notes: svn path=/head/; revision=296648
Diffstat (limited to 'games')
-rw-r--r--games/Makefile5
-rw-r--r--games/syobon/Makefile44
-rw-r--r--games/syobon/distinfo2
-rw-r--r--games/syobon/pkg-descr5
4 files changed, 54 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile
index 108742c2e061..055f0f50fa8f 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -80,8 +80,8 @@
SUBDIR += bloboats
SUBDIR += block
SUBDIR += blockade
- SUBDIR += blockrage
SUBDIR += blockout
+ SUBDIR += blockrage
SUBDIR += blokish
SUBDIR += bloodfrontier
SUBDIR += blue
@@ -810,8 +810,8 @@
SUBDIR += shaaft
SUBDIR += shootingstar
SUBDIR += simplevaders
- SUBDIR += simutrans
SUBDIR += simsu
+ SUBDIR += simutrans
SUBDIR += six
SUBDIR += sjeng
SUBDIR += sl
@@ -854,6 +854,7 @@
SUBDIR += supertux
SUBDIR += supertuxkart
SUBDIR += sxsame
+ SUBDIR += syobon
SUBDIR += tads
SUBDIR += taipan
SUBDIR += tanglet
diff --git a/games/syobon/Makefile b/games/syobon/Makefile
new file mode 100644
index 000000000000..05d64bdb1da3
--- /dev/null
+++ b/games/syobon/Makefile
@@ -0,0 +1,44 @@
+# New Ports collection makefile for: Syobon Action
+# Date created: 2012-05-06
+# Whom: nemysis@gmx.ch
+#
+# $FreeBSD$
+#
+
+PORTNAME= syobon
+PORTVERSION= 1.0.1
+CATEGORIES= games
+MASTER_SITES= http://download.zapek.com/software/${PORTNAME}/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+EXTRACT_SUFX= _src.tar.gz
+
+MAINTAINER= nemysis@gmx.ch
+COMMENT= Syobon Action is a platform game as Super Mario Bros
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+USE_GMAKE= yes
+USE_DOS2UNIX= *.txt
+ALL_TARGET= ${PORTNAME}
+USE_SDL= sdl gfx image mixer ttf
+MAKE_JOBS_SAFE= yes
+
+PLIST_FILES= bin/${PORTNAME}
+
+PORTDOCS= README.txt
+PORTDATA= *
+
+MAKE_ENV= GAMEDATA="${DATADIR}"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if !defined(NOPORTDATA)
+ ${MKDIR} ${DATADIR}
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "BGM SE res" ${DATADIR})
+.endif
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/syobon/distinfo b/games/syobon/distinfo
new file mode 100644
index 000000000000..1ea6a84549f3
--- /dev/null
+++ b/games/syobon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (syobon_1.0.1_src.tar.gz) = e7aaf73098e6bd748ae682aab4e959e887a742647124aac813f864e5106b943a
+SIZE (syobon_1.0.1_src.tar.gz) = 2721153
diff --git a/games/syobon/pkg-descr b/games/syobon/pkg-descr
new file mode 100644
index 000000000000..813ba70e1259
--- /dev/null
+++ b/games/syobon/pkg-descr
@@ -0,0 +1,5 @@
+Syobon Action (also known as Cat Mario or Neko Mario) is a platform game
+with a similar gameplay experience as Super Mario Bros,
+except it s more difficult and was written by some psychopath.
+
+WWW: http://zapek.com/?p=189