diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/quit/Makefile | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c6207c6a9e18..d1e2f30ea811 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -304,6 +304,7 @@ SUBDIR += pycodec SUBDIR += qkc SUBDIR += qt23 + SUBDIR += quit SUBDIR += rbnamazu SUBDIR += recjis SUBDIR += roget-fpw diff --git a/japanese/quit/Makefile b/japanese/quit/Makefile new file mode 100644 index 000000000000..bb7d5eed4e30 --- /dev/null +++ b/japanese/quit/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: ja-quit +# Date created: 2003/08/28 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +CATEGORIES= japanese games + +MAINTAINER= nork@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../games/quit + +CPPFLAGS= -DJAPANESE + +.include "${MASTERDIR}/Makefile" |