2019-02-21 15:32:32 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2019/02/21 14:32:32 tsutsui Exp $
|
2019-02-21 07:00:22 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.xv
|
|
|
|
PKG_SUPPORTED_OPTIONS= ghostscript
|
2019-02-21 15:32:32 +01:00
|
|
|
PKG_SUGGESTED_OPTIONS=
|
2019-02-21 07:00:22 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
# Postscript support using installed ghostscript commands
|
|
|
|
.if !empty(PKG_OPTIONS:Mghostscript)
|
|
|
|
USE_TOOLS+= gs:run
|
|
|
|
IMAKEOPTS+= -DUseInstalledGhostScript
|
|
|
|
.else
|
|
|
|
IMAKEOPTS+= -UUseInstalledGhostScript
|
|
|
|
.endif
|