blob: 5434d1edb8439b9d624aa1304ffa32aace334a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.32 2014/05/31 15:56:26 wiz Exp $
PKGREVISION= 31
CATEGORIES= editors
CONFLICTS+= emacs21-nox11-[0-9]*
USE_TOOLS+= imake
.include "options.mk"
.include "../../editors/emacs21/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|