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
29 lines
665 B
Makefile
29 lines
665 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Portuguese language support
|
|
|
|
SUBDIR += acroread8
|
|
SUBDIR += aspell-pt_BR
|
|
SUBDIR += aspell-pt_PT
|
|
SUBDIR += hunspell
|
|
SUBDIR += hyphen
|
|
SUBDIR += irpf-pt_BR
|
|
SUBDIR += ispell-pt_BR
|
|
SUBDIR += kde3-i18n
|
|
SUBDIR += kde3-i18n-pt_BR
|
|
SUBDIR += kde4-l10n
|
|
SUBDIR += kde4-l10n-pt_BR
|
|
SUBDIR += koffice-i18n
|
|
SUBDIR += koffice-i18n-pt_BR
|
|
SUBDIR += koffice-kde4-l10n
|
|
SUBDIR += koffice-kde4-l10n-pt_BR
|
|
SUBDIR += libreoffice
|
|
SUBDIR += libreoffice-pt_BR
|
|
SUBDIR += mythes
|
|
SUBDIR += php_doc-br
|
|
SUBDIR += webalizer-pt_BR
|
|
SUBDIR += webalizer-pt_PT
|
|
|
|
.include <bsd.port.subdir.mk>
|