blob: a8f73ebbfd437aeb1913b7d50b1d5aa77e886e10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.9 2012/10/03 11:43:33 asau Exp $
PKGNAME= emacs-nox11-${EMACSVERSION}a
PKGREVISION= 13
CATEGORIES= editors
COMMENT_EXTRA= : non-X11 version
CONFLICTS+= emacs-[0-9]*
.include "../../mk/bsd.prefs.mk"
# Forcibly remove any "x11" options.
PKG_OPTIONS.emacs+= -x11 -emacs-xaw3d -motif -xaw
.include "../../editors/emacs21/options.mk"
.include "../../editors/emacs21/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|