Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.71 retrieving revision 1.112 diff -u -p -r1.71 -r1.112 --- pkgsrc/x11/xterm/Makefile 2013/02/14 10:23:21 1.71 +++ pkgsrc/x11/xterm/Makefile 2016/10/09 21:05:16 1.112 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.71 2013/02/14 10:23:21 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2016/10/09 21:05:16 wiz Exp $ -DISTNAME= xterm-290 +DISTNAME= xterm-327 CATEGORIES= x11 -MASTER_SITES= ftp://invisible-island.net/xterm/ \ - http://www.sfr-fresh.com/unix/misc/ +MASTER_SITES= ftp://invisible-island.net/xterm/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dickey.his.com/xterm/xterm.html COMMENT= Latest terminal emulator for the X Window System +LICENSE= x11 GNU_CONFIGURE= yes USE_TOOLS+= tbl pkg-config @@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --enable-88-color CONFIGURE_ARGS+= --enable-256-color CONFIGURE_ARGS+= --enable-paste64 CONFIGURE_ARGS+= --enable-readline-mouse -CONFIGURE_ARGS+= --enable-toolbar # Resource disabled by default CONFIGURE_ARGS.standard=# empty CONFIGURE_ARGS.3d= --with-Xaw3d @@ -58,7 +57,7 @@ post-install: .include "options.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../mk/termcap.buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk"