pkgsrc-wip/xfce4-print/options.mk

12 lines
297 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2006/07/14 10:43:15 thomasklausner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-print
PKG_SUPPORTED_OPTIONS= cups
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-cups
.endif