diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-08-10 01:37:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-08-10 01:37:47 +0800 |
commit | 6b5bfe1257df451f8ad85b5b6a2d79a2462a1769 (patch) | |
tree | f736019bf2b0aab113dda2c6f2cfbf2bd1b3971b /japanese/zangband/Makefile | |
parent | 6d92cfd24b17f746920e51ee3aed796493a62a8b (diff) | |
download | freebsd-ports-gnome-6b5bfe1257df451f8ad85b5b6a2d79a2462a1769.tar.gz freebsd-ports-gnome-6b5bfe1257df451f8ad85b5b6a2d79a2462a1769.tar.zst freebsd-ports-gnome-6b5bfe1257df451f8ad85b5b6a2d79a2462a1769.zip |
Add zangband.
ZAngband is one of the many variants of the freeware rogue-like
roleplaying game Angband. This version is translated into
japanese.
PR: 20134
Submitted by: Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
Diffstat (limited to 'japanese/zangband/Makefile')
-rw-r--r-- | japanese/zangband/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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" |