opnsense-ports/www/webcrawl/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

22 lines
505 B
Makefile

# Created by: Dima Sivachenko
# $FreeBSD$
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>