mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
8269acc5ce
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one from ports if not found in base - now only build en_US version, all localisation are available through separated ports. - Graphite smart font is now used by default - Rebundle boost to easier upgrading boost - Rebundle mdds the one from the ports seems incompatible with clang - Unbundle all the fonts Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and feedback Thank you to iXsystems for providing resources to build/test libreoffice
33 lines
655 B
Makefile
33 lines
655 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Vietnamese support
|
|
|
|
SUBDIR += aspell
|
|
SUBDIR += hunspell
|
|
.if !defined(NO_VIET_KDE)
|
|
SUBDIR += kde3-i18n
|
|
.endif
|
|
SUBDIR += libreoffice
|
|
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>
|