mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
641e13807e
user interaction (although an interactive mode is available). It works simply by starting with a single web page, and following all links from that page to attempt to recreate the directory structure on the remote server. PR: ports/9846 Submitted By: Dima Sivachenko <dima@Chg.RU>
27 lines
494 B
Makefile
27 lines
494 B
Makefile
# New ports collection makefile for: webcrawl
|
|
# Version required: 1.00
|
|
# Date created: 31 January 1999
|
|
# Whom: Dima Sivachenko
|
|
#
|
|
# $Id:$
|
|
#
|
|
|
|
DISTNAME= webcrawl-1.00
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/www/mirroring
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dima@chg.ru
|
|
|
|
ALL_TARGET=
|
|
|
|
MAN1= webcrawl.1
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${PREFIX}/bin/
|
|
@ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${MAN1PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|