mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
14 lines
302 B
Makefile
14 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"
|