22 lines
877 B
Cheetah
22 lines
877 B
Cheetah
# Template build file for 'xterm'.
|
|
pkgname=xterm
|
|
version=2.37
|
|
wrksrc=$pkgname-237
|
|
distfiles="ftp://invisible-island.net/xterm/$pkgname-237@.tgz"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-wide-chars --enable-88-color
|
|
--enable-256-color --enable-luit --enable-paste64
|
|
--enable-miniluit --enable-readline-mouse
|
|
--disable-imake --enable-narrowproto"
|
|
short_desc="Latest terminal emulator for the X window System"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=3e64296f5526dc00024f68695078f90ea9b6550c
|
|
long_desc="
|
|
The xterm program is a terminal emulator for the X Window System. It provides
|
|
DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use
|
|
the window system directly.
|
|
|
|
This version implements ISO/ANSI colors using the \"new\" color model
|
|
(i.e., background color erase). It also implements most of the control
|
|
sequences for VT220."
|