4f256be13c
PKGREVISION of emacs and emacs-nox11.
15 lines
357 B
Makefile
15 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.24 2006/07/02 10:03:14 rillig Exp $
|
|
|
|
DISTNAME= emacs-${EMACSVERSION}a
|
|
PKGNAME= emacs-nox11-${EMACSVERSION}a
|
|
PKGREVISION= 6
|
|
CATEGORIES= editors
|
|
COMMENT= GNU editing macros (editor) - non X11 version
|
|
|
|
.include "../../editors/emacs/Makefile.common"
|
|
|
|
CONFLICTS+= emacs-[0-9]*
|
|
|
|
CONFIGURE_ARGS+=--without-x
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|