summaryrefslogtreecommitdiff
path: root/editors/pluma/options.mk
blob: 97658389e680db5d6d49ad56c95fc7de44c93de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.14 2020/04/05 16:05:45 bsiegert Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.pluma
PKG_SUPPORTED_OPTIONS=	enchant
PKG_SUGGESTED_OPTIONS=	enchant

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Menchant)
.include "../../textproc/enchant2/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
CONFIGURE_ARGS+=	--enable-spell
.else
CONFIGURE_ARGS+=	--disable-spell
.endif