blob: 85741eea614fb3095bbe643e22b87566886440ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.common,v 1.8 2007/12/02 13:04:09 wiz 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
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
|