13 lines
302 B
Makefile
13 lines
302 B
Makefile
# $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"
|