diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 05:22:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 05:22:45 +0000 |
commit | 4c06c6a7cecb06fc68dfc41cd306c3f0b6320256 (patch) | |
tree | 3b7453d0674eda0b586a7e9ebca2a06e7afa9dd7 /japanese | |
parent | Prepare for the forthcoming slave port. (diff) |
Add ja-aterm, aterm with Japanese kanji support, as a slave port
of x11/aterm.
PR: ports/26620
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=41789
Diffstat (limited to 'japanese')
-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" |