blob: 9a6cde9fc2624dd44ec32cf5bd26202e29cd1299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.36 2016/07/09 06:38:14 wiz Exp $
PKGREVISION= 35
CATEGORIES= editors
CONFLICTS+= emacs21-nox11-[0-9]*
USE_TOOLS+= imake
.include "options.mk"
.include "../../editors/emacs21/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|