b1f9fd9369
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 package tracks libreoffice-5.x branch of official Linux binary.
12 lines
288 B
Makefile
12 lines
288 B
Makefile
# $NetBSD: options.mk,v 1.1 2016/01/08 23:53:13 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
|