blob: dbe84e3a42477c61dc2293e53f564a6078a94eb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
*** All/freebsd/Makefile.include.orig Wed Jan 10 20:07:31 1996
--- All/freebsd/Makefile.include Sun May 9 20:12:35 1999
***************
*** 4,14 ****
# For W3 distribution, machine type for subdirectories
WWW_MACH = freebsd
! CFLAGS += -DDEBUG -D__BSD__
! LFLAGS =
# Directory for installed binary:
! BINDIR = /usr/local/bin
# Where is the W3 object library to be installed (not normally done)?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
--- 4,14 ----
# For W3 distribution, machine type for subdirectories
WWW_MACH = freebsd
! CFLAGS += -D__BSD__
! LFLAGS = -lcrypt
# Directory for installed binary:
! BINDIR = $(PREFIX)/bin
# Where is the W3 object library to be installed (not normally done)?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
***************
*** 25,33 ****
#
# Uncomment these six lines (and edit them, if necessary).
#
! # WAIS = ../../../freeWAIS
! # WAISLIB = $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
! # MATHLIB = -lm
! # WAISINC = -I$(WAIS)/include
! # WAISCFLAGS = -DHT_DIRECT_WAIS
! # HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o
--- 25,33 ----
#
# Uncomment these six lines (and edit them, if necessary).
#
! WAIS = ${PORTSDIR}/net/wais/work/freeWAIS-0.5
! WAISLIB = $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
! MATHLIB = -lm
! WAISINC = -I$(WAIS)/include
! WAISCFLAGS = -DHT_DIRECT_WAIS
! HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o
|