13 lines
213 B
Makefile
13 lines
213 B
Makefile
# Created by: nork@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= japanese games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../games/quit
|
|
|
|
CPPFLAGS+= -DJAPANESE
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|