2007-09-03 11:35:15 +02:00
|
|
|
# $NetBSD: options.mk,v 1.3 2007/09/03 09:35:16 drochner Exp $
|
2006-02-20 13:07:12 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.qt4
|
2007-09-03 11:35:15 +02:00
|
|
|
PKG_SUPPORTED_OPTIONS= cups debug
|
2006-02-20 13:07:12 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mcups)
|
|
|
|
. include "../../print/cups/buildlink3.mk"
|
|
|
|
CONFIGURE_ARGS+= -cups
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= -no-cups
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
|
|
CC+= -ggdb
|
|
|
|
CXX+= -ggdb
|
|
|
|
CONFIGURE_ARGS+= --debug
|
|
|
|
INSTALL_UNSTRIPPED= yes
|
|
|
|
.endif
|