1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/webcrawl/Makefile
Steve Price 746c1a1bf0 Update to version 1.10.
PR:		12081
Submitted by:	maintainer
1999-06-08 22:22:17 +00:00

26 lines
543 B
Makefile

# New ports collection makefile for: webcrawl
# Version required: 1.10
# Date created: 31 January 1999
# Whom: Dima Sivachenko
#
# $Id: Makefile,v 1.1.1.1 1999/02/03 21:26:59 billf Exp $
#
DISTNAME= webcrawl-1.10
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>