blob: 3373bf2b00de5702b5f6113dc503269fd545612f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.17 2011/01/13 13:53:26 wiz Exp $
PKGREVISION= 20
CATEGORIES= editors
COMMENT= GNU editing macros (editor)
CONFLICTS+= emacs-nox11-[0-9]*
USE_TOOLS+= imake
.include "options.mk"
.include "../../editors/emacs21/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|