freebsd-ports/misc/xless/files/patch-aa
David E. O'Brien 3960a95f76 This is a port of xless (version 1.7), a handy text file viewer for X.
Useful as a viewer tool for other apps (e.g., xfm, the X file manager),
or as a standalone viewer.  Presents a scrollable text window (both
vertical and horizontal scrolling), with a number of clickable buttons.

Submitted by:	Conrad Sabatier <conrads@neosoft.com>
1996-12-28 03:07:51 +00:00

12 lines
514 B
Text

--- Imakefile.orig Thu Jun 2 16:22:14 1994
+++ Imakefile Fri Dec 27 18:52:23 1996
@@ -5,7 +5,8 @@
* -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer
* -DTILDE_EXPANSION - perform ~ expansion on filenames
*/
- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION
+ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \
+ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\"
SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \