pkgsrc/editors/emacs-nox11/Makefile
markd e32c042c5e Share a Makefile.common between emacs and emacs-nox11.
Should fix PR pkg/30462.

Also convert emacs to options framework.
2005-06-08 14:39:40 +00:00

15 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.19 2005/06/08 14:39:40 markd Exp $
DISTNAME= emacs-${EMACSVERSION}a
PKGNAME= emacs-nox11-${EMACSVERSION}a
PKGREVISION= 1
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"