a1309a96b7
X-Unikey is Unikey ported to Linux and FreeBSD. X-Unikey lets you type Vietnamese in X Window environment. WWW: http://www.unikey.org/linux.php PR: ports/148389 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
32 lines
630 B
Makefile
32 lines
630 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Vietnamese support
|
|
|
|
SUBDIR += aspell
|
|
.if !defined(NO_VIET_KDE)
|
|
SUBDIR += gtk-im-vi
|
|
SUBDIR += kde3-i18n
|
|
.endif
|
|
SUBDIR += libviet
|
|
SUBDIR += unicode-uhoai
|
|
SUBDIR += urwvn
|
|
SUBDIR += vietunicode-hannom
|
|
SUBDIR += vietunicode-trichlor
|
|
SUBDIR += vietunicode-web1
|
|
SUBDIR += vis2u
|
|
SUBDIR += vn7to8
|
|
SUBDIR += vnconvert
|
|
SUBDIR += vnelvis
|
|
SUBDIR += vnless
|
|
SUBDIR += vnlpr
|
|
SUBDIR += vnpstext
|
|
SUBDIR += vnroff
|
|
SUBDIR += vnterm
|
|
SUBDIR += vntex
|
|
SUBDIR += vnxfonts
|
|
SUBDIR += x-unikey
|
|
SUBDIR += xvnkb
|
|
|
|
.include <bsd.port.subdir.mk>
|