summaryrefslogtreecommitdiff
path: root/games/onscripter/options.mk
blob: 0c1700e825ab67aaa3e4da5f77d21356af4e0f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2012/10/30 16:09:53 tsutsui Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.onscripter
PKG_SUPPORTED_OPTIONS=	onscripter-pda
PKG_SUGGESTED_OPTIONS=

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Monscripter-pda)
# Enable PDA_AUTOSIZE option to fit window size to screen on small PDA devices
PDA_DEFS=	-DPDA_AUTOSIZE
.else
PDA_DEFS=
.endif