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