6ef5ea572a
LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. This packages tracks libreoffice-4.x branch.
12 lines
288 B
Makefile
12 lines
288 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/04/13 11:12:33 ryoon Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice-bin
|
|
PKG_SUPPORTED_OPTIONS= java
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mjava)
|
|
PKG_JVMS_ACCEPTED= jdk15 sun-jdk6
|
|
USE_JAVA= run
|
|
.include "../../mk/java-vm.mk"
|
|
.endif
|