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