summaryrefslogtreecommitdiff
path: root/print/epdfview/options.mk
blob: 614eb7845bd4c5b2fd5575d268c664231c4f9634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.2 2014/06/18 09:26:10 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.epdfview
PKG_SUPPORTED_OPTIONS=	cups

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

.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups15/buildlink3.mk"
CONFIGURE_ARGS+=	--with-cups
.else
CONFIGURE_ARGS+=	--without-cups
.endif