pkgsrc/editors/ce/Makefile.common
schmonz 4fad33ff7a Update to 4.6. No changelog; changes include newer autoconf and
bringing in bash's malloc implementation.
2006-01-13 10:10:46 +00:00

19 lines
520 B
Makefile

# $NetBSD: Makefile.common,v 1.7 2006/01/13 10:10:46 schmonz Exp $
#
DISTNAME= ce-${VERSION}
VERSION= 4.6
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/
COMMENT= Chet's Emacs: small, fast emacs-like editor
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-ce-malloc
CONFIGURE_ARGS+= --with-curses
PATCHDIR= ${.CURDIR}/../ce/patches
DISTINFO_FILE= ${.CURDIR}/../ce/distinfo