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

Annotation of pkgsrc/x11/xterm/Makefile, Revision 1.38

1.38    ! tnn         1: # $NetBSD: Makefile,v 1.37 2007/11/23 14:23:34 bjs Exp $
1.1       tron        2:
1.36      bjs         3: DISTNAME=      xterm-229
1.1       tron        4: CATEGORIES=    x11
1.35      yyamano     5: MASTER_SITES=  ftp://invisible-island.net/xterm/
1.12      minskim     6: EXTRACT_SUFX=  .tgz
1.1       tron        7:
1.28      jlam        8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       tron        9: HOMEPAGE=      http://dickey.his.com/xterm/xterm.html
                     10: COMMENT=       Latest terminal emulator for the X Window System
                     11:
1.31      joerg      12: PKG_DESTDIR_SUPPORT=   user-destdir
                     13:
1.8       grant      14: GNU_CONFIGURE= yes
1.36      bjs        15: USE_DIRS+=     xdg-1.4
1.17      reed       16: WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
1.1       tron       17:
1.9       grant      18: .include "../../mk/bsd.prefs.mk"
                     19:
1.36      bjs        20: .if ${X11_TYPE} == "modular"
                     21: CONFIGURE_ARGS+= --disable-imake --enable-narrowproto
                     22: .endif
                     23:
1.20      wiz        24: .if exists(/usr/include/wchar.h)
                     25: CONFIGURE_ARGS+= --enable-wide-chars
                     26: .endif
                     27:
                     28: .include "options.mk"
                     29:
1.26      joerg      30: .if ${OPSYS} == "DragonFly"
                     31: CONFIGURE_ARGS+= --with-setuid
                     32: .endif
                     33:
1.32      joerg      34: .include "../../x11/libX11/buildlink3.mk"
                     35: .include "../../x11/libXaw/buildlink3.mk"
                     36: .include "../../x11/libXt/buildlink3.mk"
1.36      bjs        37: ###
                     38: ### For detection of XKB bell extension.
                     39: ###
                     40: BUILDLINK_DEPMETHOD.libxkbfile?=       build
                     41: .include "../../x11/libxkbfile/buildlink3.mk"
                     42:
1.1       tron       43: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>