blob: a20a38f7e95eddc41e2c85c6c95e7d9fb8ecc774 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: ja-quit
# Date created: 2003/08/28
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
CATEGORIES= japanese games
MAINTAINER= ports@FreeBSD.org
MASTERDIR= ${.CURDIR}/../../games/quit
CPPFLAGS+= -DJAPANESE
.include "${MASTERDIR}/Makefile"
|