diff options
author | enami <enami> | 2000-03-28 07:08:41 +0000 |
---|---|---|
committer | enami <enami> | 2000-03-28 07:08:41 +0000 |
commit | a60e92786e6f5a0f871dbf01bce1d444e92f66a3 (patch) | |
tree | 7656415673750c066017473f68d2caf0e6365af8 /editors/emacs | |
parent | fd90ced9299d983b2865d1d171c1ff6feb3e2d36 (diff) | |
download | pkgsrc-a60e92786e6f5a0f871dbf01bce1d444e92f66a3.tar.gz |
Include bsd.prefs.mk so that one can control this package using mk.conf
as well as command line.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 2fa3c4804c9..8dca5db5d47 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2000/03/26 08:09:07 enami Exp $ +# $NetBSD: Makefile,v 1.38 2000/03/28 07:08:41 enami Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.6 @@ -10,6 +10,11 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html GNU_CONFIGURE= yes USE_GMAKE= yes + +BUILD_DEFS+= USE_INET6 EMACS_USE_POP EMACS_USE_X EMACS_USE_X_TOOLKIT + +.include "../../mk/bsd.prefs.mk" + EMACS_USE_POP?= yes .if (defined(EMACS_USE_POP) && \ (${EMACS_USE_POP} == yes || ${EMACS_USE_POP} == YES)) @@ -30,8 +35,6 @@ MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ ccmode message widget reftex forms -BUILD_DEFS+= USE_INET6 EMACS_USE_POP EMACS_USE_X EMACS_USE_X_TOOLKIT - INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} pre-install: |