freebsd-ports/www/webcrawl/Makefile

27 lines
507 B
Makefile
Raw Normal View History

# New ports collection makefile for: webcrawl
# Date created: 31 January 1999
# Whom: Dima Sivachenko
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= webcrawl
2001-02-05 16:33:58 +01:00
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/www/mirroring
EXTRACT_SUFX= .tgz
MAINTAINER= demon@FreeBSD.org
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>