mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
853c80c70a
also update my email address in "Created by:" field. Approved by: hrs (mentor)
13 lines
198 B
Makefile
13 lines
198 B
Makefile
# Created by: nork@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= japanese games
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../games/quit
|
|
|
|
CPPFLAGS+= -DJAPANESE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|