pkgsrc/editors/jed/Makefile
wiz 20b7ba5fbc Update to 0.99.15, provided by Scott Barron in pkg/14194.
Changes since 0.99.14:
Bugfixes, and:
src/menus.c:  Scrolling implemented for popup menus that contain
    more rows than the display.
src/wterm.c: included latest patches from John Skilleter
    <John.Skilleter@pace.co.uk> for wheel-mouse support.
src/intrin.c: New intrinsic variable Menus_Active indicates
    whether or not the menus are currently active.
src/wterm.c: fix problem with background color used when the
    screen is cleared not matching the background color used in
    drawing text.
2001-10-21 11:44:23 +00:00

24 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/10/21 11:44:23 wiz Exp $
#
DISTNAME= jed-B0.99-15
PKGNAME= jed-0.99.15
CATEGORIES= editors
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html
COMMENT= Text editor with many features, extensible through S-Lang functions
DEPENDS+= libslang-[0-9]*:../../devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-X
WRKSRC= ${WRKDIR}/jed-B0.99-15
post-install:
${RMDIR} ${PREFIX}/share/jed/bin
.include "../../mk/bsd.pkg.mk"