diff options
author | adam <adam@pkgsrc.org> | 2005-07-19 08:29:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-19 08:29:52 +0000 |
commit | c869fe9ade4a18761b9474d540f2cdd6c255b38e (patch) | |
tree | 113b6b661b790004dd451b43110b3c6933799921 /editors/joe/Makefile | |
parent | e8781491eed7f732b3222fb3ca8d69d0e8f5df27 (diff) | |
download | pkgsrc-c869fe9ade4a18761b9474d540f2cdd6c255b38e.tar.gz |
Changes 3.3:
- The default background color can now be set.
- JOE now supports 256 color xterm.
- The mouse can now resize windows and select menu entries.
- During selection with the mouse, the window will autoscroll when you go
past the edge.
- An xterm-patch is included which makes "-mouse" mode work better. (With
the patch, also set "-joexterm").
- Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL
- Improved jpico: search now looks more like real pico
- Grep find: use ESC g to grep. Then use ESC space to jump to
to indicated file/line.
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 207c399ae6c..926b4cd285f 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2005/05/22 20:07:56 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/07/19 08:29:52 adam Exp $ -DISTNAME= joe-3.2 +DISTNAME= joe-3.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/} @@ -8,8 +8,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://joe-editor.sourceforge.net/ COMMENT= Joe's own editor -USE_TOOLS+= gmake USE_PKGINSTALL= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir="${PREFIX}/share/examples" |