mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fe77ffabbe
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>
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# 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"
|