Files
pkgsrc-ng/print/epdfview/options.mk
2013-09-26 17:14:40 +02:00

14 lines
310 B
Makefile

# $NetBSD: options.mk,v 1.1 2007/01/28 00:13:49 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.epdfview
PKG_SUPPORTED_OPTIONS= cups
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups/buildlink3.mk"
CONFIGURE_ARGS+= --with-cups
.else
CONFIGURE_ARGS+= --without-cups
.endif