summaryrefslogtreecommitdiff
path: root/editors/fte (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81207
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76033
* This is C++ code, so build and link with ${CXX}. This still blows upKris Kennaway2002-09-081-7/+13
| | | | | | | later with a compiler error. Notes: svn path=/head/; revision=65804
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Fix plistKris Kennaway2001-03-101-0/+1
| | | | Notes: svn path=/head/; revision=39477
* Clean up the fte port:Kelly Yancey2000-07-172-75/+117
| | | | | | | | | | | * Use ${FILESDIR} where appropriate. * Include dependency on Xlib. * Add ability to install documentation. * Install config files under ${PREFIX}/etc rather than ${PREFIX}/lib. * Install config file compiler. Notes: svn path=/head/; revision=30743
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-2/+2
| | | | Notes: svn path=/head/; revision=29595
* Add FTE, a full-featured text editor for X11.Will Andrews2000-06-0910-0/+604
PR: 18493 Submitted by: Alexander Gelfenbain <mail@gelf.com> Notes: svn path=/head/; revision=29419