c569c6a51f
MAKE_JOBS=2 and worked without.
22 lines
581 B
Text
22 lines
581 B
Text
# $NetBSD: Makefile.common,v 1.9 2009/06/30 00:07:14 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= ce-${VERSION}
|
|
VERSION= 4.6
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ \
|
|
http://tiswww.case.edu/php/chet/dist/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://tiswww.case.edu/php/chet/
|
|
COMMENT= Chet's Emacs: small, fast emacs-like editor
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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
|