pkgsrc/print/LPRng-core/options.mk
2005-10-05 13:29:49 +00:00

14 lines
383 B
Makefile

# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.LPRng-core
PKG_SUPPORTED_OPTIONS= lprng-priv-ports lprng-suid
PKG_SUGGESTED_OPTIONS= lprng-suid
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlprng-priv-ports)
CONFIGURE_ARGS+= --enable-priv_ports
.endif
.if empty(PKG_OPTIONS:Mlprng-suid)
CONFIGURE_ARGS+= --disable-setuid
.endif