diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-22 20:38:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-22 20:38:32 +0000 |
commit | 8269acc5cea14fd90a0997cd287caa5b4fa52638 (patch) | |
tree | 68434c0582718bc0b7d23867bb335c9e9d01f1ea /ukrainian/libreoffice/Makefile | |
parent | d25e12e5390827169c65739d195d68b0e220e1f3 (diff) | |
download | ports-8269acc5cea14fd90a0997cd287caa5b4fa52638.tar.gz ports-8269acc5cea14fd90a0997cd287caa5b4fa52638.zip |
Notes
Diffstat (limited to 'ukrainian/libreoffice/Makefile')
-rw-r--r-- | ukrainian/libreoffice/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ukrainian/libreoffice/Makefile b/ukrainian/libreoffice/Makefile new file mode 100644 index 000000000000..28b557e9ad9a --- /dev/null +++ b/ukrainian/libreoffice/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: libreoffice +# Date created: 2012-03-01 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +LO_I18N= uk +LO_HAS_HELPPACK= yes +CATEGORIES= ukrainian editors + +.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" + +.include <bsd.port.mk> |