08f3106d89
This is with the notable exception of meta-pkgs/desktop-gnome, which I believe implies a fully functional cups. This is still missing revision bumps - I'll be right there (first time I am doing this on so many packages at a time). As discussed on tech-pkg@
13 lines
317 B
Makefile
13 lines
317 B
Makefile
# $NetBSD: options.mk,v 1.4 2017/11/12 15:36:58 khorben Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.epdfview
|
|
PKG_SUPPORTED_OPTIONS= cups
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mcups)
|
|
.include "../../print/cups-base/buildlink3.mk"
|
|
CONFIGURE_ARGS+= --with-cups
|
|
.else
|
|
CONFIGURE_ARGS+= --without-cups
|
|
.endif
|