pkgsrc/misc/raspberrypi-userland/options.mk

13 lines
302 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.2 2019/11/03 17:04:26 rillig Exp $
2013-08-06 12:05:39 +02:00
PKG_OPTIONS_VAR= PKG_OPTIONS.raspberrypi-userland
PKG_SUPPORTED_OPTIONS= debug
2013-08-06 12:05:39 +02:00
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
.else
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
.endif