diff options
Diffstat (limited to 'games/syobon')
-rw-r--r-- | games/syobon/Makefile | 44 | ||||
-rw-r--r-- | games/syobon/distinfo | 2 | ||||
-rw-r--r-- | games/syobon/pkg-descr | 5 |
3 files changed, 51 insertions, 0 deletions
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 |