blob: 916078313364e87d169103109fb36067829fc75c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.27 2010/01/29 19:46:20 joerg Exp $
#
PKGNAME= jed-0.99.16
PKGREVISION= 2
PKG_DESTDIR_SUPPORT= user-destdir
.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"
|