28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
# Template build file for 'xterm'.
|
|
pkgname=xterm
|
|
version=283
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
|
--enable-256-color --enable-luit --enable-paste64 --enable-ansicolor
|
|
--enable-miniluit --enable-readline-mouse --enable-broken-st
|
|
--disable-imake --enable-narrowproto --libdir=/etc --enable-load-vt-fonts
|
|
--with-app-defaults=/usr/share/X11/app-defaults --enable-i18n
|
|
--disable-full-tgetent --disable-imake --enable-doublechars
|
|
--enable-freetype --enable-tcap-query --enable-logging --enable-dabbrev"
|
|
makedepends="libXft-devel libXaw-devel ncurses-devel fontconfig-devel
|
|
libX11-devel libXmu-devel libXt-devel libICE-devel"
|
|
short_desc="X Terminal Emulator"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://invisible-island.net/xterm/"
|
|
license="MIT/X11"
|
|
distfiles="ftp://invisible-island.net/xterm/$pkgname-$version.tgz"
|
|
checksum=7a4c74fd1aa99cda52655720ca25cc31a976ca19e9bb658036dd7e14cb49a411
|
|
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."
|