2014-06-18 11:26:09 +02:00
|
|
|
# $NetBSD: options.mk,v 1.2 2014/06/18 09:26:10 wiz Exp $
|
2007-01-28 01:13:49 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.epdfview
|
|
|
|
PKG_SUPPORTED_OPTIONS= cups
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mcups)
|
2014-06-18 11:26:09 +02:00
|
|
|
.include "../../print/cups15/buildlink3.mk"
|
2007-01-28 01:13:49 +01:00
|
|
|
CONFIGURE_ARGS+= --with-cups
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-cups
|
|
|
|
.endif
|