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