diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-22 16:42:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-22 16:42:53 +0000 |
commit | 91999a0a1bd077b10856b41dc9965f59a70ac6d2 (patch) | |
tree | 9245028044f7b6801abfdddd41572da6f6ed2b54 /japanese | |
parent | dd83f4c0d715b6bd3a00c64275be8cbf0d612156 (diff) | |
download | ports-91999a0a1bd077b10856b41dc9965f59a70ac6d2.tar.gz ports-91999a0a1bd077b10856b41dc9965f59a70ac6d2.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/slimeforest/Makefile | 57 | ||||
-rw-r--r-- | japanese/slimeforest/distinfo | 2 | ||||
-rw-r--r-- | japanese/slimeforest/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/slimeforest/pkg-plist | 134 |
5 files changed, 200 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 97a5290850e6..43c1572c99bd 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -350,6 +350,7 @@ SUBDIR += skkinput SUBDIR += skkinput3 SUBDIR += skkserv + SUBDIR += slimeforest SUBDIR += slirc SUBDIR += slrn SUBDIR += squirrelmail diff --git a/japanese/slimeforest/Makefile b/japanese/slimeforest/Makefile new file mode 100644 index 000000000000..690a0820f344 --- /dev/null +++ b/japanese/slimeforest/Makefile @@ -0,0 +1,57 @@ +# New ports collection makefile for: sfa +# Date created: 21 August 2004 +# Whom: nivit@email.it +# +# $FreeBSD$ +# + +PORTNAME= slimeforest +PORTVERSION= 0.50 +CATEGORIES= japanese games linux +MASTER_SITES= http://lrnj.com/sfa/ +DISTNAME= sfa +EXTRACT_SUFX= .tgz + +MAINTAINER= nivit@users.sourceforge.net +COMMENT= A NES RPG game for learning KANA and KANJI (linux version) + +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0:${PORTSDIR}/graphics/linux-sdl_image + +NO_BUILD= yes +USE_LINUX= yes + +WRKSRC= ${WRKDIR}/slimeforest +FIND_DIRS= -type d \! -empty +FIND_EXEC= \! -type d -and -perm -a+x \! -name "*.bak" \! -name "*.orig" +FIND_DATA= \! -type d -and \! -perm -a+x -and \! -name "*.txt" +LINK_OPTS= -s + +REPLACE_FILES= runfs runwin + +post-patch: + @for FILE in ${REPLACE_FILES}; do \ + ${SED} -i .bak\ + -e "/\`dirname.*\`/s//${DATADIR:S/\//\\\//g}/g" \ + ${WRKSRC}/$${FILE}; \ + done; + +do-install: +# programs and data + @cd ${WRKSRC}; \ + DIRS=$$(${FIND} . ${FIND_DIRS}); \ + for DIR in $${DIRS}; do \ + ${MKDIR} ${DATADIR}/$${DIR}; \ + done; \ + FILES=$$(${FIND} . ${FIND_EXEC} ); \ + for FILE in $${FILES}; do \ + ${INSTALL_SCRIPT} $${FILE} ${DATADIR}/$${FILE}; \ + done; \ + FILES=$$(${FIND} . ${FIND_DATA}); \ + for FILE in $${FILES}; do \ + ${INSTALL_DATA} $${FILE} ${DATADIR}/$${FILE}; \ + done; +# links to executables + ${LN} ${LINK_OPTS} ${DATADIR}/runfs ${PREFIX}/bin/slimeforest-fs + ${LN} ${LINK_OPTS} ${DATADIR}/runwin ${PREFIX}/bin/slimeforest-win + +.include <bsd.port.mk> diff --git a/japanese/slimeforest/distinfo b/japanese/slimeforest/distinfo new file mode 100644 index 000000000000..bff5c6691c47 --- /dev/null +++ b/japanese/slimeforest/distinfo @@ -0,0 +1,2 @@ +MD5 (sfa.tgz) = 174f5982a018e6b35813d6ae35b79287 +SIZE (sfa.tgz) = 949930 diff --git a/japanese/slimeforest/pkg-descr b/japanese/slimeforest/pkg-descr new file mode 100644 index 000000000000..24384f8b495b --- /dev/null +++ b/japanese/slimeforest/pkg-descr @@ -0,0 +1,6 @@ +A simple, fun, visually appealing, and efficient memorization tool +for learning Japanese characters and vocabulary. + +WWW: http://lrnj.com/sfa/ + +Nicola Vitale <nivit@users.sourceforge.net> diff --git a/japanese/slimeforest/pkg-plist b/japanese/slimeforest/pkg-plist new file mode 100644 index 000000000000..342faabd580d --- /dev/null +++ b/japanese/slimeforest/pkg-plist @@ -0,0 +1,134 @@ +bin/slimeforest-fs +bin/slimeforest-win +%%DATADIR%%/jquest/exec.ver +%%DATADIR%%/jquest/jquest +%%DATADIR%%/jquest/images/axehero.png +%%DATADIR%%/jquest/images/basic.font +%%DATADIR%%/jquest/images/bcframe.png +%%DATADIR%%/jquest/images/bedtile.png +%%DATADIR%%/jquest/images/bkframe.png +%%DATADIR%%/jquest/images/blacktile.png +%%DATADIR%%/jquest/images/blocktile.png +%%DATADIR%%/jquest/images/blueblob.png +%%DATADIR%%/jquest/images/blueblop.png +%%DATADIR%%/jquest/images/blueslime.png +%%DATADIR%%/jquest/images/brother.png +%%DATADIR%%/jquest/images/castletile.png +%%DATADIR%%/jquest/images/cavebg.jpg +%%DATADIR%%/jquest/images/cavetile.png +%%DATADIR%%/jquest/images/chest.png +%%DATADIR%%/jquest/images/chunkyman.png +%%DATADIR%%/jquest/images/closeddoortile.png +%%DATADIR%%/jquest/images/countertile.png +%%DATADIR%%/jquest/images/dasilva.png +%%DATADIR%%/jquest/images/dirttile.png +%%DATADIR%%/jquest/images/doortile.png +%%DATADIR%%/jquest/images/downtile.png +%%DATADIR%%/jquest/images/drawbackaxe.png +%%DATADIR%%/jquest/images/drawbackhoe.png +%%DATADIR%%/jquest/images/elder.png +%%DATADIR%%/jquest/images/explainbug.png +%%DATADIR%%/jquest/images/farmhero.png +%%DATADIR%%/jquest/images/field0tile.png +%%DATADIR%%/jquest/images/field1tile.png +%%DATADIR%%/jquest/images/field2tile.png +%%DATADIR%%/jquest/images/field3tile.png +%%DATADIR%%/jquest/images/fire.png +%%DATADIR%%/jquest/images/fireball.png +%%DATADIR%%/jquest/images/flarepotato.png +%%DATADIR%%/jquest/images/floortile.png +%%DATADIR%%/jquest/images/flyingpotato.png +%%DATADIR%%/jquest/images/forestbg.jpg +%%DATADIR%%/jquest/images/ghostking.png +%%DATADIR%%/jquest/images/grassbg.jpg +%%DATADIR%%/jquest/images/grasstile.png +%%DATADIR%%/jquest/images/greenblob.png +%%DATADIR%%/jquest/images/greenblop.png +%%DATADIR%%/jquest/images/greencube.png +%%DATADIR%%/jquest/images/greenpipe.png +%%DATADIR%%/jquest/images/greenslime.png +%%DATADIR%%/jquest/images/hilltile.png +%%DATADIR%%/jquest/images/hometile.png +%%DATADIR%%/jquest/images/kanji48.font +%%DATADIR%%/jquest/images/king.png +%%DATADIR%%/jquest/images/magislime.png +%%DATADIR%%/jquest/images/merchant.png +%%DATADIR%%/jquest/images/metalslime.png +%%DATADIR%%/jquest/images/mountaintile.png +%%DATADIR%%/jquest/images/mudbricktile.png +%%DATADIR%%/jquest/images/pipe.png +%%DATADIR%%/jquest/images/pirate.png +%%DATADIR%%/jquest/images/princess.png +%%DATADIR%%/jquest/images/rcframe.png +%%DATADIR%%/jquest/images/redblob.png +%%DATADIR%%/jquest/images/redblop.png +%%DATADIR%%/jquest/images/redpipe.png +%%DATADIR%%/jquest/images/redslime.png +%%DATADIR%%/jquest/images/rkframe.png +%%DATADIR%%/jquest/images/roadtile.png +%%DATADIR%%/jquest/images/rooftile.png +%%DATADIR%%/jquest/images/sfatitle.png +%%DATADIR%%/jquest/images/ship.png +%%DATADIR%%/jquest/images/shiphero.png +%%DATADIR%%/jquest/images/soldier.png +%%DATADIR%%/jquest/images/standingaxe.png +%%DATADIR%%/jquest/images/standinghoe.png +%%DATADIR%%/jquest/images/strawtile.png +%%DATADIR%%/jquest/images/strikeaxe.png +%%DATADIR%%/jquest/images/strikehoe.png +%%DATADIR%%/jquest/images/treetile.png +%%DATADIR%%/jquest/images/typehands.png +%%DATADIR%%/jquest/images/uptile.png +%%DATADIR%%/jquest/images/villageman.png +%%DATADIR%%/jquest/images/villagetile.png +%%DATADIR%%/jquest/images/villagewoman.png +%%DATADIR%%/jquest/images/walltile.png +%%DATADIR%%/jquest/images/warslime.png +%%DATADIR%%/jquest/images/watertile.png +%%DATADIR%%/jquest/images/wbkframe.png +%%DATADIR%%/jquest/images/wetile.png +%%DATADIR%%/jquest/images/wnetile.png +%%DATADIR%%/jquest/images/wntile.png +%%DATADIR%%/jquest/images/wnwtile.png +%%DATADIR%%/jquest/images/wrkframe.png +%%DATADIR%%/jquest/images/wsetile.png +%%DATADIR%%/jquest/images/wstile.png +%%DATADIR%%/jquest/images/wswtile.png +%%DATADIR%%/jquest/images/wwtile.png +%%DATADIR%%/jquest/languagedata/hints.data +%%DATADIR%%/jquest/languagedata/hiragana.data +%%DATADIR%%/jquest/languagedata/kanji.cpd +%%DATADIR%%/jquest/languagedata/kanji.data +%%DATADIR%%/jquest/languagedata/katakana.cpd +%%DATADIR%%/jquest/languagedata/katakana.data +%%DATADIR%%/jquest/maps/amulethome.map +%%DATADIR%%/jquest/maps/barracks.map +%%DATADIR%%/jquest/maps/castle.map +%%DATADIR%%/jquest/maps/cave.map +%%DATADIR%%/jquest/maps/cave2.map +%%DATADIR%%/jquest/maps/cave3.map +%%DATADIR%%/jquest/maps/cave4.map +%%DATADIR%%/jquest/maps/elderhome.map +%%DATADIR%%/jquest/maps/getout.map +%%DATADIR%%/jquest/maps/home.map +%%DATADIR%%/jquest/maps/inn.map +%%DATADIR%%/jquest/maps/poorlady.map +%%DATADIR%%/jquest/maps/sfoverworld.map +%%DATADIR%%/jquest/maps/shop.map +%%DATADIR%%/jquest/maps/slimecastle.map +%%DATADIR%%/jquest/maps/slimecave.map +%%DATADIR%%/jquest/maps/slimecave2.map +%%DATADIR%%/jquest/maps/slimecave3.map +%%DATADIR%%/jquest/maps/slimecave4.map +%%DATADIR%%/jquest/maps/slimeisland.map +%%DATADIR%%/jquest/maps/throneroom.map +%%DATADIR%%/jquest/maps/village.map +%%DATADIR%%/jquest/playerdata/data.ver +%%DATADIR%%/runfs +%%DATADIR%%/runwin +@dirrm %%DATADIR%%/jquest/images +@dirrm %%DATADIR%%/jquest/languagedata +@dirrm %%DATADIR%%/jquest/maps +@dirrm %%DATADIR%%/jquest/playerdata +@dirrm %%DATADIR%%/jquest +@dirrm %%DATADIR%% |