aboutsummaryrefslogtreecommitdiff
path: root/www/webcrawl/Makefile
blob: e8adb23a34be7bcbbfee6842bcdd3be2e21091c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>