diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/zangband/Makefile | 20 | ||||
-rw-r--r-- | japanese/zangband/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/zangband/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index a3adabaab486..2ff87c8c474e 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -325,6 +325,7 @@ SUBDIR += xv SUBDIR += xyagamo SUBDIR += yc.el + SUBDIR += zangband SUBDIR += zipcodes .include <bsd.port.subdir.mk> diff --git a/japanese/zangband/Makefile b/japanese/zangband/Makefile new file mode 100644 index 000000000000..8e59a364c8e9 --- /dev/null +++ b/japanese/zangband/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ja-zangband +# Date Created: 31 May 2000 +# Whom: Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp> +# +# $FreeBSD$ +# + +CATEGORIES= japanese + +MAINTAINER= makoto@pinpott.spnet.ne.jp + +MASTERDIR= ${.CURDIR}/../../games/zangband + +PKGDIR= ${MASTERDIR}/pkg +COMMENT= ${.CURDIR}/pkg/COMMENT +DESCR= ${.CURDIR}/pkg/DESCR + +JAPANESE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/zangband/pkg-comment b/japanese/zangband/pkg-comment new file mode 100644 index 000000000000..97427f40a231 --- /dev/null +++ b/japanese/zangband/pkg-comment @@ -0,0 +1 @@ +Zangband (Zelazny Angband) with japanese, color, X11 support diff --git a/japanese/zangband/pkg-descr b/japanese/zangband/pkg-descr new file mode 100644 index 000000000000..db5df0412ed2 --- /dev/null +++ b/japanese/zangband/pkg-descr @@ -0,0 +1,4 @@ +ZAngband is one of the many variants of the freeware rogue-like computer +roleplaying game Angband. This version has been translated into Japanese. + +WWW: http://www.geocities.co.jp/SiliconValley-SanJose/9606/zg/ |