blob: 034919441bc3f52a060addd5973cd1aef0c062c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.19 2011/03/21 06:05:44 obache Exp $
PKGREVISION= 21
CATEGORIES= editors
COMMENT= GNU editing macros (editor)
CONFLICTS+= emacs-nox11-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= imake
.include "options.mk"
.include "../../editors/emacs21/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|