0fea84f4dc
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
22 lines
576 B
Text
22 lines
576 B
Text
# $NetBSD: Makefile.common,v 1.10 2012/01/17 21:43:19 sbd 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
|
|
GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/doc
|
|
CONFIGURE_ARGS+= --without-ce-malloc
|
|
CONFIGURE_ARGS+= --with-curses
|
|
|
|
PATCHDIR= ${.CURDIR}/../ce/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../ce/distinfo
|