mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
3960a95f76
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>
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
--- 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 \
|