diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/aterm/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index aead44454821..ffa44d6e655b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -14,6 +14,7 @@ SUBDIR += acroread-jpnfont SUBDIR += addttfont SUBDIR += another-htmllint + SUBDIR += aterm SUBDIR += balsa SUBDIR += bible_names-fpw SUBDIR += binder diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile new file mode 100644 index 000000000000..06f70dc99914 --- /dev/null +++ b/japanese/aterm/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: ja-aterm +# Date Created: 17 Mar 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +CATEGORIES= japanese + +MASTERDIR= ${.CURDIR}/../../x11/aterm + +CONFIGURE_ARGS= --enable-kanji + +.include "${MASTERDIR}/Makefile" |