freebsd-ports/vietnamese/Makefile
David E. O'Brien 60be1c0e7e Add a NO_VIET_KDE knob to avoid the KDE I18N bits -- otherwise it is hard to
build all the general Vietnamese utilities at once.
2003-05-08 20:18:56 +00:00

23 lines
409 B
Makefile

# $FreeBSD$
#
.if !defined(NO_VIET_KDE)
SUBDIR += kde3-i18n
.endif
SUBDIR += libviet
SUBDIR += unicode-uhoai
SUBDIR += vi2vn
SUBDIR += vis2u
SUBDIR += vn7to8
SUBDIR += vnconvert
SUBDIR += vnelvis
SUBDIR += vnless
SUBDIR += vnlpr
SUBDIR += vnpstext
SUBDIR += vnroff
SUBDIR += vnterm
SUBDIR += vntex
SUBDIR += vnxfonts
.include <bsd.port.subdir.mk>