pkgsrc/editors/emacs21-nox11/Makefile
dholland 79cad67994 Bump PKGREVISION from 0 to 13, to match emacs21 since we share all the
patch files. This makefile should probably be rearranged to work the
same way as the emacs22 nox11 package (or the nox11 packages should be
finally dropped), but not until after Q2 is branched.
2008-07-13 18:36:22 +00:00

19 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/07/13 18:36:22 dholland 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"