| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/xless/files/ |
Upload File : |
--- ./Imakefile.orig 1994-06-03 01:22:14.000000000 +0200
+++ ./Imakefile 2014-06-13 14:51:12.981736817 +0200
@@ -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 \
@@ -24,10 +25,10 @@
#define PassCDebugFlags
#endif
-MakeSubdirs($(SUBDIRS))
+NamedMakeSubdirs(./regexp/libregexp.a,$(SUBDIRS))
ComplexProgramTarget(xless)
-InstallNonExec(xless.help, $(LIBDIR))
+InstallNonExec(xless.help,$(LIBDIR))
InstallAppDefaults(XLess)
#if ProjectX >= 5