2018-07-04 15:40:07 +02:00
|
|
|
# $NetBSD: options.mk,v 1.7 2018/07/04 13:40:38 jperkin Exp $
|
2006-10-24 20:00:05 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.memtestplus
|
2007-12-30 19:40:52 +01:00
|
|
|
PKG_SUPPORTED_OPTIONS= iso serialconsole
|
2014-06-04 18:07:34 +02:00
|
|
|
PKG_SUGGESTED_OPTIONS= iso
|
2006-10-24 20:00:05 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST_VARS+= iso
|
2007-12-30 19:40:52 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Miso)
|
2008-11-24 05:06:00 +01:00
|
|
|
BUILD_TARGET= iso
|
2007-01-06 23:26:55 +01:00
|
|
|
BUILD_DEPENDS+= {cdrtools,cdrtools-ossdvd}>=2.01:../../sysutils/cdrtools
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST.iso= yes
|
2006-10-24 20:00:05 +02:00
|
|
|
.endif
|
|
|
|
|
2007-12-30 19:40:52 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Mserialconsole)
|
2006-10-24 20:00:05 +02:00
|
|
|
SUBST_CLASSES+= serialopt
|
2018-07-04 15:40:07 +02:00
|
|
|
SUBST_STAGE.serialopt= pre-configure
|
2006-10-24 20:00:05 +02:00
|
|
|
SUBST_MESSAGE.serialopt= Setting serial console option
|
|
|
|
SUBST_FILES.serialopt= config.h
|
|
|
|
SUBST_SED.serialopt= -e '/define.*SERIAL_CONSOLE_DEFAULT/s/0/1/'
|
|
|
|
.endif
|