[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / onscripter

Annotation of pkgsrc/games/onscripter/options.mk, Revision 1.1

1.1     ! tsutsui     1: # $NetBSD$
        !             2:
        !             3: PKG_OPTIONS_VAR=       PKG_OPTIONS.onscripter
        !             4: PKG_SUPPORTED_OPTIONS= onscripter-pda
        !             5: PKG_SUGGESTED_OPTIONS=
        !             6:
        !             7: .include "../../mk/bsd.options.mk"
        !             8:
        !             9: .if !empty(PKG_OPTIONS:Monscripter-pda)
        !            10: # Enable PDA_AUTOSIZE option to fit window size to screen on small PDA devices
        !            11: PDA_DEFS=      -DPDA_AUTOSIZE
        !            12: .else
        !            13: PDA_DEFS=
        !            14: .endif

CVSweb <webmaster@jp.NetBSD.org>