1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/htdig/Makefile
Bill Fumerola 2e448483a1 Add more MASTER_SITEs, clean up a extra '\' that no-one noticed, clean up
COMMENT and DESCR, add MASTER_SITE_SUNSITE for oodles of fetch-power.
1999-06-16 14:43:40 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: htdig
# Version required: 3.1.2
# Date created: 18 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.8 1999/05/31 21:11:47 billf Exp $
#
DISTNAME= htdig-3.1.2
CATEGORIES= textproc www
MASTER_SITES= http://www.htdig.org/files/ \
${MASTER_SITE_SUNSITE} \
ftp://ftp.ntua.gr/pub/www/htdig/ \
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
MAINTAINER= billf@FreeBSD.org
Y2K= http://www.htdig.org/FAQ.html#q1.7
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/www/cgi-bin \
--with-image-dir=${PREFIX}/www/icons \
--with-search-dir=${PREFIX}/www/data
BUILD_TARGET= depends all
# XXX - Please see patches/patch-aa, as it modifies this
# file too. This is wrong, and one day I'll make sed do
# everything.
post-patch:
${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old
${SED} -e 's#htdocs#data#g' \
-e 's#/conf#/etc#' \
-e 's#/common#/share/htdig#' \
-e 's#/db#/share/htdig#' \
${WRKSRC}/CONFIG.in.old > ${WRKSRC}/CONFIG.in
.include <bsd.port.mk>