mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2514bdf28c
I am now at FreeBSD dot org Approved by: sobomax
26 lines
492 B
Makefile
26 lines
492 B
Makefile
# New ports collection makefile for: webcrawl
|
|
# Date created: 31 January 1999
|
|
# Whom: Dima Sivachenko
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= webcrawl
|
|
PORTVERSION= 1.10
|
|
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>
|