mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
9373f0969b
properly. PR: 11606 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
*** All/freebsd/Makefile.include.orig Wed Jan 10 20:07:31 1996
|
|
--- All/freebsd/Makefile.include Sat May 8 12:30:11 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,31 ****
|
|
#
|
|
# 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
|
|
--- 25,31 ----
|
|
#
|
|
# Uncomment these six lines (and edit them, if necessary).
|
|
#
|
|
! # WAIS = ${PORTSDIR}/net/wais/work/freeWAIS-0.5/src
|
|
# WAISLIB = $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
|
|
# MATHLIB = -lm
|
|
# WAISINC = -I$(WAIS)/include
|