1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/webcrawl/Makefile
2021-04-06 16:31:07 +02:00

24 lines
512 B
Makefile

# Created by: Dima Sivachenko
PORTNAME= webcrawl
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SUNSITE/apps/www/mirroring
MAINTAINER= demon@FreeBSD.org
COMMENT= Download web sites without user interaction by following links
USES= tar:tgz
ALL_TARGET=
PLIST_FILES= bin/webcrawl man/man1/webcrawl.1.gz
CFLAGS+= -fcommon
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>