diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-05-15 17:58:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-05-15 17:58:14 +0800 |
commit | 60460cdff4fbacc2af355ba2881703a20140cce4 (patch) | |
tree | fd4bcaff6072927a2a806b306facc98e84b177d9 /games | |
parent | 8d1466d35ba5e814e16122c684299b7689dca1e6 (diff) | |
download | freebsd-ports-gnome-60460cdff4fbacc2af355ba2881703a20140cce4.tar.gz freebsd-ports-gnome-60460cdff4fbacc2af355ba2881703a20140cce4.tar.zst freebsd-ports-gnome-60460cdff4fbacc2af355ba2881703a20140cce4.zip |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 5 | ||||
-rw-r--r-- | games/syobon/Makefile | 44 | ||||
-rw-r--r-- | games/syobon/distinfo | 2 | ||||
-rw-r--r-- | games/syobon/pkg-descr | 5 |
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 |