Initial import of ce-x11-4.4, from my own PR pkg/15627.
Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use with the X Window System.
This commit is contained in:
parent
181c53d159
commit
110ad532ba
3 changed files with 21 additions and 0 deletions
5
editors/ce-x11/DESCR
Normal file
5
editors/ce-x11/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This editor is derived most directly from Dave Conroy's original
|
||||
MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs
|
||||
v3.6. Some stuff from mg, version 2a, has also been used.
|
||||
|
||||
This version of ce is intended for use with the X Window System.
|
13
editors/ce-x11/Makefile
Normal file
13
editors/ce-x11/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $
|
||||
#
|
||||
|
||||
.include "../ce/Makefile.common"
|
||||
|
||||
PKGNAME= ce-x11-${VERSION}
|
||||
COMMENT+= , X11 version
|
||||
|
||||
ALL_TARGET= xce
|
||||
INSTALL_TARGET= install-x11 man-install-x11
|
||||
|
||||
.include "../../mk/x11.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
editors/ce-x11/PLIST
Normal file
3
editors/ce-x11/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $
|
||||
bin/xce
|
||||
man/man1/xce.1
|
Loading…
Reference in a new issue