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

Annotation of pkgsrc/textproc/sord/options.mk, Revision 1.1

1.1     ! rodent      1: # $NetBSD: options.mk,v 1.1 2015/04/19 23:10:52 rodent Exp $
        !             2:
        !             3: PKG_OPTIONS_VAR=       PKG_OPTIONS.sord
        !             4: PKG_SUPPORTED_OPTIONS= debug doc tests valgrind
        !             5: PKG_SUGGESTED_OPTIONS+=        # blank
        !             6: PLIST_VARS+=           doc
        !             7:
        !             8: .include "../../mk/bsd.options.mk"
        !             9:
        !            10: .if !empty(PKG_OPTIONS:Mdebug)
        !            11: BUILD_DEBUG=           --debug
        !            12: .else
        !            13: BUILD_DEBUG=           # blank
        !            14: .endif
        !            15:
        !            16: .if !empty(PKG_OPTIONS:Mdoc)
        !            17: BUILD_DOC=             --docs
        !            18: BUILD_DEPENDS+=                doxygen-[0-9]*:../../devel/doxygen
        !            19: BUILD_DEPENDS+=                graphviz-[0-9]*:../../graphics/graphviz
        !            20: PLIST.doc=             yes
        !            21: .else
        !            22: BUILD_DOC=             # blank
        !            23: .endif
        !            24:
        !            25: .if !empty(PKG_OPTIONS:Mtests)
        !            26: BUILD_TESTS=           --test
        !            27: .else
        !            28: BUILD_TESTS=           # blank
        !            29: .endif
        !            30:
        !            31: .if !empty(PKG_OPTIONS:Mvalgrind)
        !            32: BUILD_VALGRIND=                --grind
        !            33: BUILD_DEPENDS+=                valgrind-[0-9]*:../../devel/valgrind
        !            34: .else
        !            35: BUILD_VALGRIND=                # blank
        !            36: .endif

CVSweb <webmaster@jp.NetBSD.org>