2004-01-14 19:02:34 +01:00
|
|
|
# New ports collection makefile for: rsnapshot
|
|
|
|
# Date created: 2004-01-03
|
|
|
|
# Whom: Ralf van Dooren <r.vdooren@snow.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rsnapshot
|
2008-09-26 11:07:56 +02:00
|
|
|
PORTVERSION= 1.3.1
|
2004-01-14 19:02:34 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.rsnapshot.org/downloads/
|
|
|
|
|
|
|
|
MAINTAINER= r.vdooren@snow.nl
|
|
|
|
COMMENT= Filesystem snapshot utility based on rsync(1)
|
|
|
|
|
2004-05-10 13:56:52 +02:00
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
2008-06-03 14:26:15 +02:00
|
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
2012-06-30 14:25:05 +02:00
|
|
|
p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
|
2004-01-14 19:02:34 +01:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2008-09-26 11:07:56 +02:00
|
|
|
MAN1= rsnapshot.1 rsnapshot-diff.1
|
2006-06-16 09:05:10 +02:00
|
|
|
PORTDOCS= AUTHORS ChangeLog README TODO
|
2004-01-14 19:02:34 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in
|
|
|
|
|
2004-01-14 19:02:34 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2006-06-16 09:05:10 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2004-01-14 19:02:34 +01:00
|
|
|
.endif
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|