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>
This commit is contained in:
Akinori MUSHA 2001-04-22 05:22:45 +00:00
parent 11fbf7f8b2
commit 4c06c6a7ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41789
2 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += acroread-jpnfont
SUBDIR += addttfont
SUBDIR += another-htmllint
SUBDIR += aterm
SUBDIR += balsa
SUBDIR += bible_names-fpw
SUBDIR += binder

14
japanese/aterm/Makefile Normal file
View File

@ -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"