Changes since 4.16: - Portability fixes. Most important: work around a never-to-be-fixed bug in ncurses (the freely redistributable termcap/terminfo database). - Various minor bug fixes. Highlights: + use mkstemp to avoid a security loophole + avoid bad interaction between metakey and xterm mouse support in windows wider than 95 characters + handle symlinks better + obscure bug in text justification that could hang JOVE + misuse of stat that only misbehaved on LINUX
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/09/22 14:10:14 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= jove4.16.0.63
|
|
PKGNAME= ${DISTNAME:S/jove/jove-/}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/hugh/jove-dev/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Small emacs-style editor, but lacks the LISP engine
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
MAKE_ENV+= ROOT_GROUP="${ROOT_GROUP}"
|
|
MAKE_ENV+= ROOT_USER="${ROOT_USER}"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|