blob: 02b88ded13439f1545d24d526d0f16f4488a9620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.28 2012/10/03 11:43:35 asau Exp $
#
PKGNAME= jed-0.99.16
PKGREVISION= 2
.include "../../editors/jed/Makefile.common"
COMMENT= Extensible folding editor with Emacs/WordStar/EDT emulations
CONFLICTS= xjed-[0-9]*
CONFIGURE_ARGS+= --without-X
.include "../../mk/bsd.pkg.mk"
|