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

Annotation of pkgsrc/x11/xterm/options.mk, Revision 1.6

1.6     ! aymeric     1: # $NetBSD: options.mk,v 1.5 2007/09/17 06:36:21 bjs Exp $
1.1       wiz         2:
                      3: PKG_OPTIONS_VAR=       PKG_OPTIONS.xterm
1.5       bjs         4: PKG_SUPPORTED_OPTIONS= pcre xterm-luit freetype xterm-toolbar
1.1       wiz         5: PKG_OPTIONS_OPTIONAL_GROUPS=   color
                      6: PKG_OPTIONS_GROUP.color=       xterm-88color xterm-256color
1.6     ! aymeric     7: PKG_SUGGESTED_OPTIONS= xterm-256color xterm-luit
1.1       wiz         8:
                      9: .include "../../mk/bsd.options.mk"
                     10:
                     11: .if !empty(PKG_OPTIONS:Mxterm-88color)
                     12: CONFIGURE_ARGS+= --enable-88-color
                     13: .endif
                     14:
                     15: .if !empty(PKG_OPTIONS:Mxterm-256color)
                     16: CONFIGURE_ARGS+= --enable-256-color
                     17: .endif
                     18:
                     19: .if !empty(PKG_OPTIONS:Mxterm-luit)
                     20: CONFIGURE_ARGS+= --enable-luit
                     21: .endif
1.2       joerg      22:
                     23: .if !empty(PKG_OPTIONS:Mfreetype)
                     24: CONFIGURE_ARGS+= --enable-freetype
                     25:
1.4       joerg      26: .include "../../x11/libXft/buildlink3.mk"
1.2       joerg      27: .endif
                     28:
1.5       bjs        29: .if !empty(PKG_OPTIONS:Mxterm-toolbar)
                     30: CONFIGURE_ARGS+= --enable-toolbar
                     31: .endif
                     32:
                     33: .if !empty(PKG_OPTIONS:Mpcre)
                     34: CONFIGURE_ARGS+= --with-pcre
                     35: .  include "../../devel/pcre/buildlink3.mk"
                     36: .endif

CVSweb <webmaster@jp.NetBSD.org>