blob: aa3c8ab56bdbe3df6bdc53cd7282b1a19ecafc91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.21 2012/06/14 07:44:37 sbd Exp $
PKGREVISION= 23
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"
|