1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/libhelp/files/patch-ae
Thomas Gellekum 7b804361b0 Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.

Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1998-04-09 08:13:33 +00:00

17 lines
613 B
Plaintext

diff -cb ../../../libhelp-1.8.1/libhlpclient/Imakefile libhlpclient/Imakefile
*** ../../../libhelp-1.8.1/libhlpclient/Imakefile Sat Jun 17 13:52:05 1995
--- libhlpclient/Imakefile Mon Oct 20 21:18:41 1997
***************
*** 87,91 ****
SYSTEM_LIBS = $(SYSLIBS) $(ADDLIBS)
NormalLibraryTarget($(LIBHELP),$(OBJS))
NormalProgramTarget(chelp,$(TESTOBJ),$(HLIB),$(HELPLIBS),$(SYSTEM_LIBS))
-
--- 87,91 ----
SYSTEM_LIBS = $(SYSLIBS) $(ADDLIBS)
NormalLibraryTarget($(LIBHELP),$(OBJS))
+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
NormalProgramTarget(chelp,$(TESTOBJ),$(HLIB),$(HELPLIBS),$(SYSTEM_LIBS))