pkgsrc/misc/libreoffice4-bin/options.mk
ryoon 6ef5ea572a Import libreoffice4-bin-4.0.2 as misc/libreoffice4-bin.
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.
2013-04-13 11:12:32 +00:00

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