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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/xterm/Makefile between version 1.64 and 1.107

version 1.64, 2012/10/10 13:50:56 version 1.107, 2016/04/08 14:43:25
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       xterm-283  DISTNAME=       xterm-324
 CATEGORIES=     x11  CATEGORIES=     x11
 MASTER_SITES=   ftp://invisible-island.net/xterm/ \  MASTER_SITES=   ftp://invisible-island.net/xterm/ \
                 http://www.sfr-fresh.com/unix/misc/                  http://www.sfr-fresh.com/unix/misc/
Line 9  EXTRACT_SUFX= .tgz
Line 9  EXTRACT_SUFX= .tgz
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://dickey.his.com/xterm/xterm.html  HOMEPAGE=       http://dickey.his.com/xterm/xterm.html
 COMMENT=        Latest terminal emulator for the X Window System  COMMENT=        Latest terminal emulator for the X Window System
   LICENSE=        x11
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_TOOLS+=             tbl pkg-config  USE_TOOLS+=             tbl pkg-config
Line 21  CONFIGURE_ARGS+= --enable-88-color
Line 20  CONFIGURE_ARGS+= --enable-88-color
 CONFIGURE_ARGS+=        --enable-256-color  CONFIGURE_ARGS+=        --enable-256-color
 CONFIGURE_ARGS+=        --enable-paste64  CONFIGURE_ARGS+=        --enable-paste64
 CONFIGURE_ARGS+=        --enable-readline-mouse  CONFIGURE_ARGS+=        --enable-readline-mouse
 CONFIGURE_ARGS+=        --enable-toolbar        # Resource disabled by default  
   
 CONFIGURE_ARGS.standard=# empty  CONFIGURE_ARGS.standard=# empty
 CONFIGURE_ARGS.3d=      --with-Xaw3d  CONFIGURE_ARGS.3d=      --with-Xaw3d
Line 60  post-install:
Line 58  post-install:
   
 .include "options.mk"  .include "options.mk"
   
   .include "../../mk/curses.buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"  .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/termcap.buildlink3.mk"  
 .include "../../mk/xaw.buildlink3.mk"  .include "../../mk/xaw.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.107

CVSweb <webmaster@jp.NetBSD.org>