1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/libhelp/files/patch-ab
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

16 lines
429 B
Plaintext

diff -cb ../../../libhelp-1.8.1/libhelp/Imakefile libhelp/Imakefile
*** ../../../libhelp-1.8.1/libhelp/Imakefile Wed Jun 28 14:59:58 1995
--- libhelp/Imakefile Mon Oct 20 21:25:05 1997
***************
*** 99,104 ****
--- 99,107 ----
XCOMM libhelp.a
NormalLibraryTarget($(LIBHELP),$(OBJS))
+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
+
+ InstallNonExecFile(help.h,$(INCDIR))
XCOMM thelp (only for testing, not distributed)