1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Enable WAIS support.

Submitted by:	Pdero F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
This commit is contained in:
Steve Price 1999-05-10 20:00:27 +00:00
parent 92c1a433ea
commit a8e5d60ebd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18764
2 changed files with 21 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# New ports collection makefile for: w3c-httpd
# Version required: 3.0A
# Date created: 29 October 1994
# Whom: pst
# Whom: pst (orig)
#
# $Id: Makefile,v 1.19 1999/01/08 19:59:26 fenner Exp $
# $Id: Makefile,v 1.20 1999/05/10 04:05:14 steve Exp $
#
DISTNAME= w3c-httpd-3.0A
@ -13,9 +13,11 @@ MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build
WWW_ROOT= ${PREFIX}/www
NO_WRKSUBDIR= yes
WWW_ROOT?= ${PREFIX}/www
MAKE_ENV+= PORTSDIR=${PORTSDIR}
pre-configure:
.if !defined(MD5_PW)

View File

@ -1,5 +1,5 @@
*** All/freebsd/Makefile.include.orig Wed Jan 10 20:07:31 1996
--- All/freebsd/Makefile.include Sat May 8 12:30:11 1999
--- All/freebsd/Makefile.include Sun May 9 20:12:35 1999
***************
*** 4,14 ****
# For W3 distribution, machine type for subdirectories
@ -18,7 +18,7 @@
WWW_MACH = freebsd
! CFLAGS += -D__BSD__
! LFLAGS += -lcrypt
! LFLAGS = -lcrypt
# Directory for installed binary:
! BINDIR = $(PREFIX)/bin
@ -26,19 +26,23 @@
# Where is the W3 object library to be installed (not normally done)?
LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
***************
*** 25,31 ****
*** 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
--- 25,31 ----
! # 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/src
# WAISLIB = $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
# MATHLIB = -lm
# WAISINC = -I$(WAIS)/include
! 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