1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/ashe/files/patch-ac
Kevin Lo 63d19c3f45 Update to version 1.3
PR: 22815
Submitted by: Ports Fury
2000-11-13 14:26:52 +00:00

79 lines
1.9 KiB
Plaintext

--- src/Imakefile.orig Wed Feb 28 13:19:10 1996
+++ src/Imakefile Sun Nov 12 17:30:04 2000
@@ -41,67 +41,30 @@
/* The object files that will be generated */
OBJS = $(SRCS:.c=.o)
-/*
- * Specify this line if you want the program to be compiled with Debugging. *
- *
- */
-
-CDEBUGFLAGS = -g -Wall
-
-CC = gcc
-
-/*
- * Change the name of the compiler here. The default version is
- * 'gcc'. (the Motif libraries needed to be built with it.)
- * If you are changing the compiler to 'cc', you may also need to
- * redefine the EXTRA_LOAD_FLAGS envariable
- *
- * Uncomment this section if GCC is not the compiler.
- *
- * CC=gcc
- *
- * EXTRA_LOAD_FLAGS=
- *
- */
-
-/*
- * This section tells it which Client library to use.
- * Use 'XawClientLibs' and 'XawClientDepLibs' for the Athena Widget set.
- * Use 'XmClientLibs' and 'XmClientDepLibs' for the Motif widget set.
- * LCL_LIB = XawClientLibs
- * DEPLIBS = XawClientDepLibs
- */
-
-
/*
* This is the Directory of the HTML Widget Library. (Please change it)
*
*/
-LCL_LIB = -L/fs5/grads12/puninj/HTML/libhtmlw-2.7b3 \
- -L/fs5/grads12/puninj/HTML/CCI/libcci
+LCL_LIB = -L../libhtmlw-2.7b3 \
+ -L../libcci
/*
* This is the Directory of the HTML Widget Include Files (Please change it)
*
*/
-INCLUDES = -I/fs5/grads12/puninj/HTML/libhtmlw-2.7b3 \
- -I/fs5/grads12/puninj/HTML/CCI/libcci
+INCLUDES = -I../libhtmlw-2.7b3 \
+ -I../libcci
# These libraries are necessary for Solaris :
# -lsocket -lresolv -L/usr/ucblib -lucb -lnsl
-EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11 -lXpm -lm
-
+EXTRA_LIBRARIES = $(LCL_LIB) -lcci -lhtmlw ${MOTIFLIB} XawClientLibs
-#
-# This is what is built when you say 'make all'
-AllTarget($(TARGETS))
-
-NormalProgramTarget( $(TARGETS), $(OBJS), $(DEPLIBS), $(LCL_LIB), $(SYS_LIB))
-
-DependTarget()
+ComplexProgramTarget(xhtml)
+InstallAppDefaults(XHTML)
+InstallNonExecFile(help.html,$(LIBDIR)/xhtml)