2013-04-06 05:45:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2013/04/06 03:45:12 rodent Exp $
|
Initial import of xjed-0.99.15 into the NetBSD Packages Collection.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.
JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.
Features include:
* Color syntax highlighting on color terminals.
* Folding support
* Extensible in a language resembling C. Completely customizable.
* Capable of read GNU info files from within JED's info browser
* A variety of programming modes (with syntax highlighting) are
available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...
xjed is the version for X11
2002-07-23 16:26:54 +02:00
|
|
|
#
|
2003-04-05 23:39:40 +02:00
|
|
|
PKGNAME= xjed-0.99.16
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2010-01-29 21:02:25 +01:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
.include "../../editors/jed/Makefile.common"
|
2013-04-06 05:45:05 +02:00
|
|
|
COMMENT= Extensible folding editor + Emacs/WordStar/EDT emulations, X11 version
|
Initial import of xjed-0.99.15 into the NetBSD Packages Collection.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.
JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.
Features include:
* Color syntax highlighting on color terminals.
* Folding support
* Extensible in a language resembling C. Completely customizable.
* Capable of read GNU info files from within JED's info browser
* A variety of programming modes (with syntax highlighting) are
available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...
xjed is the version for X11
2002-07-23 16:26:54 +02:00
|
|
|
|
2003-04-05 23:40:53 +02:00
|
|
|
CONFLICTS= jed-[0-9]*
|
|
|
|
|
Initial import of xjed-0.99.15 into the NetBSD Packages Collection.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.
JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.
Features include:
* Color syntax highlighting on color terminals.
* Folding support
* Extensible in a language resembling C. Completely customizable.
* Capable of read GNU info files from within JED's info browser
* A variety of programming modes (with syntax highlighting) are
available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...
xjed is the version for X11
2002-07-23 16:26:54 +02:00
|
|
|
CONFIGURE_ARGS+= --with-x
|
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= xjed
|
2003-04-05 23:39:40 +02:00
|
|
|
|
2004-02-10 08:17:38 +01:00
|
|
|
MESSAGE_SRC= ${.CURDIR}/../jed/MESSAGE
|
2003-04-05 23:39:40 +02:00
|
|
|
PLIST_SRC= ${.CURDIR}/../jed/PLIST
|
|
|
|
PLIST_SRC+= ${.CURDIR}/PLIST.xjed
|
Initial import of xjed-0.99.15 into the NetBSD Packages Collection.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.
JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.
Features include:
* Color syntax highlighting on color terminals.
* Folding support
* Extensible in a language resembling C. Completely customizable.
* Capable of read GNU info files from within JED's info browser
* A variety of programming modes (with syntax highlighting) are
available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...
xjed is the version for X11
2002-07-23 16:26:54 +02:00
|
|
|
|
2004-09-16 13:14:53 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
# XXX For just now disable grantpt(3) for NetBSD-2.0F and later
|
2012-08-07 16:54:36 +02:00
|
|
|
# Also for Dragonfly, there's no strops.h header
|
|
|
|
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
|
2004-09-16 13:14:53 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_func_grantpt=no
|
|
|
|
.endif
|
|
|
|
|
2007-01-30 23:52:07 +01:00
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
Initial import of xjed-0.99.15 into the NetBSD Packages Collection.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.
JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.
Features include:
* Color syntax highlighting on color terminals.
* Folding support
* Extensible in a language resembling C. Completely customizable.
* Capable of read GNU info files from within JED's info browser
* A variety of programming modes (with syntax highlighting) are
available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...
xjed is the version for X11
2002-07-23 16:26:54 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|