blob: 9c2866a3736d5a7af546b16e7e97dd985e14b888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.35 2015/10/14 20:17:24 wiz Exp $
PKGREVISION= 34
CATEGORIES= editors
CONFLICTS+= emacs21-nox11-[0-9]*
USE_TOOLS+= imake
.include "options.mk"
.include "../../editors/emacs21/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|