1998-11-18 21:02:48 +00:00
|
|
|
# New ports collection makefile for: htdig
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= htdig
|
|
|
|
PORTVERSION= 3.1.5
|
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
|
|
|
|
2000-03-04 08:24:21 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.org
|
1998-11-18 21:02:48 +00:00
|
|
|
|
2000-09-15 22:57:21 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/doc/apache:${PORTSDIR}/www/apache13
|
1999-12-10 20:07:21 +00:00
|
|
|
|
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-12-10 20:07:21 +00:00
|
|
|
CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/share/apache/cgi-bin \
|
|
|
|
--with-image-dir=${PREFIX}/share/apache/icons \
|
|
|
|
--with-search-dir=${PREFIX}/share/apache/htdocs
|
1998-11-18 21:02:48 +00:00
|
|
|
BUILD_TARGET= depends all
|
|
|
|
|
|
|
|
post-patch:
|
2000-02-28 08:15:16 +00:00
|
|
|
@ ${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.Dist
|
|
|
|
@ ${SED} -e 's#(CONFIG_DIR)/htdig.conf#(CONFIG_DIR)/htdig.conf.sample#g' \
|
|
|
|
${WRKSRC}/Makefile.in.Dist > ${WRKSRC}/Makefile.in
|
1998-11-18 21:02:48 +00:00
|
|
|
|
1999-10-29 01:19:10 +00:00
|
|
|
@ ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.Dist
|
1999-12-10 20:07:21 +00:00
|
|
|
@ ${SED} -e 's#/conf#/etc#' \
|
1999-10-29 01:19:10 +00:00
|
|
|
-e 's#/common#/share/htdig#' \
|
|
|
|
-e 's#/db#/share/htdig#' \
|
|
|
|
${WRKSRC}/CONFIG.in.Dist > ${WRKSRC}/CONFIG.in
|
|
|
|
|
|
|
|
@ ${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.Dist
|
1999-12-10 20:07:21 +00:00
|
|
|
@ ${SED} -e 's#/conf#/etc#' \
|
1998-11-23 21:40:29 +00:00
|
|
|
-e 's#/common#/share/htdig#' \
|
|
|
|
-e 's#/db#/share/htdig#' \
|
1999-10-29 01:19:10 +00:00
|
|
|
${WRKSRC}/CONFIG.Dist > ${WRKSRC}/CONFIG
|
1998-11-18 21:02:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|