summaryrefslogtreecommitdiff
path: root/graphics/xv/options.mk
blob: 992ad11c3dc733656f13a225f027ea23561135d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.2 2019/02/21 14:32:32 tsutsui Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.xv
PKG_SUPPORTED_OPTIONS=	ghostscript
PKG_SUGGESTED_OPTIONS=

.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