aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/libreoffice/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-04-22 20:38:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-04-22 20:38:32 +0000
commit8269acc5cea14fd90a0997cd287caa5b4fa52638 (patch)
tree68434c0582718bc0b7d23867bb335c9e9d01f1ea /vietnamese/libreoffice/Makefile
parentd25e12e5390827169c65739d195d68b0e220e1f3 (diff)
downloadports-8269acc5cea14fd90a0997cd287caa5b4fa52638.tar.gz
ports-8269acc5cea14fd90a0997cd287caa5b4fa52638.zip
- upgrade to 3.5.2
- 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
Notes
Notes: svn path=/head/; revision=295281
Diffstat (limited to 'vietnamese/libreoffice/Makefile')
-rw-r--r--vietnamese/libreoffice/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/vietnamese/libreoffice/Makefile b/vietnamese/libreoffice/Makefile
new file mode 100644
index 000000000000..a998ea9d7fd8
--- /dev/null
+++ b/vietnamese/libreoffice/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: libreoffice
+# Date created: 2012-03-01
+# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+LO_I18N= vi
+LO_HAS_HELPPACK= yes
+
+.include "${.CURDIR}/../../editors/libreoffice/Makefile.common"
+
+.include <bsd.port.mk>