1998-11-18 21:02:48 +00:00
|
|
|
# New ports collection makefile for: htdig
|
1999-06-16 14:43:40 +00:00
|
|
|
# Version required: 3.1.2
|
1998-11-18 21:02:48 +00:00
|
|
|
# Date created: 18 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-11-18 21:02:48 +00:00
|
|
|
#
|
|
|
|
|
1999-05-31 21:11:50 +00:00
|
|
|
DISTNAME= htdig-3.1.2
|
1999-01-20 20:21:32 +00:00
|
|
|
CATEGORIES= textproc www
|
1998-11-18 21:02:48 +00:00
|
|
|
MASTER_SITES= http://www.htdig.org/files/ \
|
1999-06-16 14:43:40 +00:00
|
|
|
${MASTER_SITE_SUNSITE} \
|
1999-02-21 19:58:47 +00:00
|
|
|
ftp://ftp.ntua.gr/pub/www/htdig/ \
|
1999-06-16 14:43:40 +00:00
|
|
|
ftp://ftp.max.irk.ru/unix/net/www/ \
|
|
|
|
ftp://ftp.loxinfo.co.th/pub/unix/www/ \
|
|
|
|
ftp://ftp.htdig.org/pub/htdig/
|
|
|
|
MASTER_SITE_SUBDIR= apps/www/indexing
|
1998-11-18 21:02:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
|
|
|
1999-01-13 02:47:33 +00:00
|
|
|
Y2K= http://www.htdig.org/FAQ.html#q1.7
|
|
|
|
|
1998-11-18 21:02:48 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-02-21 19:58:47 +00:00
|
|
|
CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/www/cgi-bin \
|
|
|
|
--with-image-dir=${PREFIX}/www/icons \
|
|
|
|
--with-search-dir=${PREFIX}/www/data
|
1998-11-18 21:02:48 +00:00
|
|
|
BUILD_TARGET= depends all
|
|
|
|
|
1999-05-31 21:11:50 +00:00
|
|
|
# XXX - Please see patches/patch-aa, as it modifies this
|
|
|
|
# file too. This is wrong, and one day I'll make sed do
|
|
|
|
# everything.
|
|
|
|
|
1998-11-18 21:02:48 +00:00
|
|
|
post-patch:
|
|
|
|
|
|
|
|
${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old
|
1999-02-21 19:58:47 +00:00
|
|
|
${SED} -e 's#htdocs#data#g' \
|
1998-11-23 21:40:29 +00:00
|
|
|
-e 's#/conf#/etc#' \
|
|
|
|
-e 's#/common#/share/htdig#' \
|
|
|
|
-e 's#/db#/share/htdig#' \
|
1999-05-31 21:11:50 +00:00
|
|
|
${WRKSRC}/CONFIG.in.old > ${WRKSRC}/CONFIG.in
|
1998-11-18 21:02:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|