diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-18 09:53:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-18 09:53:01 +0000 |
commit | 1cbd5110a180f044259cc780fb1f8226946ba7d2 (patch) | |
tree | bb30d130d60696167746746f5586b32b3d14ca29 /misc/screen/Makefile | |
parent | 650b4d5bc2f489694cd0f376f30a9f1884f96e77 (diff) | |
download | pkgsrc-1cbd5110a180f044259cc780fb1f8226946ba7d2.tar.gz |
Update to 3.9.9. Changes since 3.9.8:
* new '-X' option to send commands to screen sessions.
* added a possibility to change the attributes/color in caption or
hardstatus strings:
caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?"
* new 'dinfo' command to show what screen thinks about your terminal.
* new 'attrcolor' command to map attributes to color codes:
* support for UTF-8: new commands 'utf8', 'defutf8' to change the
encoding of a window, plus a '-U' option to tell screen that
your terminal sends/receives UTF-8 codes.
* support for 16 colors.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index d06cfed86ec..407cb8515b4 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2001/03/02 14:56:15 tron Exp $ -# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp +# $NetBSD: Makefile,v 1.27 2001/08/18 09:53:01 wiz Exp $ # -DISTNAME= screen-3.9.8 +DISTNAME= screen-3.9.9 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} @@ -11,9 +10,10 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gnu.org/software/screen/screen.html COMMENT= Multi-screen window manager -GNU_CONFIGURE= yes -INFO_FILES= screen.info -PLIST_SUBST= DISTNAME=${DISTNAME} +GNU_CONFIGURE= yes +INFO_FILES= screen.info +PLIST_SUBST= DISTNAME=${DISTNAME} +USE_BUILDLINK_ONLY= yes .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) |