summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-11-03 17:31:19 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-11-03 17:31:19 +0000
commit2d325d4e2b8acf28479a1feed39165daa0f7bbec (patch)
tree7a7279915de0d4cf1aebcf0f64a090f5fa8fbb10 /japanese
parentBump PORTREVISION for the previous commiting. (diff)
New port - japanese/leafrogue.
From pkg-descr, "This is a port of Leaf Rogue. Leaf Rogue as message file for Rogue-clone: Version II." PR: ports/22565 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Notes
Notes: svn path=/head/; revision=34769
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/leafrogue/Makefile34
-rw-r--r--japanese/leafrogue/distinfo1
-rw-r--r--japanese/leafrogue/files/leafrogue2
-rw-r--r--japanese/leafrogue/pkg-comment1
-rw-r--r--japanese/leafrogue/pkg-descr11
-rw-r--r--japanese/leafrogue/pkg-plist9
7 files changed, 59 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 717c9c537acf..eeb50fb346d6 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -125,6 +125,7 @@
SUBDIR += kterm16c
SUBDIR += lambdamoo
SUBDIR += latex2html
+ SUBDIR += leafrogue
SUBDIR += less
SUBDIR += lesw
SUBDIR += libicq
diff --git a/japanese/leafrogue/Makefile b/japanese/leafrogue/Makefile
new file mode 100644
index 000000000000..1aa2b39b17de
--- /dev/null
+++ b/japanese/leafrogue/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: leafrogue
+# Date created: 2 Oct 2000
+# Whom: TAKAHASHI Kaoru
+#
+# $FreeBSD$
+#
+
+PORTNAME= leafrogue
+PORTVERSION= 0.72
+CATEGORIES= japanese games
+MASTER_SITES= http://www.lab3.kuis.kyoto-u.ac.jp/~roguelike/leaf/dl/
+DISTNAME= lfrog${PORTVERSION:S/.//}
+
+MAINTAINER= kaoru@kaisei.org
+
+RUN_DEPENDS= rogue_s:${PORTSDIR}/japanese/rogue_s
+
+WRKSRC= ${WRKDIR}/lf_rogue
+NO_BUILD= yes
+
+DOC_DIR= ${PREFIX}/share/doc/ja/leafrogue
+DOC_FILES= readme.txt lf_rogue.html lf_rogue.txt guide.tex guide.txt
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/leaf.msg ${PREFIX}/share/rogue
+ ${INSTALL_SCRIPT} ${FILESDIR}/leafrogue ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOC_DIR}
+ for file in ${DOC_FILES}; do \
+ ${INSTALL_DATA} ${WRKSRC}/"$$file" ${DOC_DIR} ; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/japanese/leafrogue/distinfo b/japanese/leafrogue/distinfo
new file mode 100644
index 000000000000..02cd4bf25a8f
--- /dev/null
+++ b/japanese/leafrogue/distinfo
@@ -0,0 +1 @@
+MD5 (lfrog072.tar.gz) = dc5e2b38f4ea9dcf81664926e5137c6a
diff --git a/japanese/leafrogue/files/leafrogue b/japanese/leafrogue/files/leafrogue
new file mode 100644
index 000000000000..f024038f96fc
--- /dev/null
+++ b/japanese/leafrogue/files/leafrogue
@@ -0,0 +1,2 @@
+#!/bin/sh
+rogue_s leaf.msg $*
diff --git a/japanese/leafrogue/pkg-comment b/japanese/leafrogue/pkg-comment
new file mode 100644
index 000000000000..3890b5e4e895
--- /dev/null
+++ b/japanese/leafrogue/pkg-comment
@@ -0,0 +1 @@
+LeafRogue for message separeted version of Rogue-clone
diff --git a/japanese/leafrogue/pkg-descr b/japanese/leafrogue/pkg-descr
new file mode 100644
index 000000000000..ea7976e7a92b
--- /dev/null
+++ b/japanese/leafrogue/pkg-descr
@@ -0,0 +1,11 @@
+This is a port of Leaf Rogue.
+Leaf Rogue as message file for Rogue-clone: Version II.
+
+You have to Leaf message file to play rogue like this:
+ % rogue_s leaf.msg
+ or
+ % leafrogue
+
+Welcome to the Dungeons of Leaf...
+
+WWW: http://www.lab3.kuis.kyoto-u.ac.jp/~roguelike/leaf/
diff --git a/japanese/leafrogue/pkg-plist b/japanese/leafrogue/pkg-plist
new file mode 100644
index 000000000000..002254cc826c
--- /dev/null
+++ b/japanese/leafrogue/pkg-plist
@@ -0,0 +1,9 @@
+bin/leafrogue
+share/rogue/leaf.msg
+@unexec rmdir %D/share/rogue 2>/dev/null || true
+share/doc/ja/leafrogue/readme.txt
+share/doc/ja/leafrogue/lf_rogue.html
+share/doc/ja/leafrogue/lf_rogue.txt
+share/doc/ja/leafrogue/guide.tex
+share/doc/ja/leafrogue/guide.txt
+@dirrm share/doc/ja/leafrogue