summaryrefslogtreecommitdiff
path: root/www/w3mir/Makefile
blob: 7be33968698469f916ea4412730086f7677ef6c0 (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
24
25
26
27
28
29
30
31
32
33
34
# Created by: ache
# $FreeBSD$

PORTNAME=	w3mir
PORTVERSION=	1.0.10
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	http://langfeldt.net/w3mir/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	All-purpose HTTP copying and mirroring tool

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5

MAN1=		w3mir.1 w3mfix.1

INSTALL_TARGET=	pure_install

do-configure:
	@ cd ${WRKSRC}; \
	${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
			     INSTALLMAN1DIR=${PREFIX}/man/man1 \
			     INSTALLSCRIPT=${PREFIX}/bin
post-install:
	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
		${PREFIX}/share/doc/w3mir
	cd ${WRKSRC} && ${INSTALL_DATA} \
		README Artistic w3mir-HOWTO.html example.cfg \
		multiscope.cfg ${PREFIX}/share/doc/w3mir

.include <bsd.port.mk>