ef8a4adcd3
rdiff-backup and rdiff-backup-devel. - Remove rdiff-backup-devel and add an entry to MOVED to migrate users to rdiff-backup. - Add an UPDATING to notify users about the incompatibility between the last version of rdiff-backup and version 1.0.1 PR: ports/86108 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Steve Clement <steve@ion.lu> (maintainer, rdiff-backup) Peter Schuller <peter.schuller@infidyne.com> (maintainer, rdiff-backup-devel) Discussed with: submitter and a couple of other rdiff-backup users
36 lines
794 B
Makefile
36 lines
794 B
Makefile
# New ports collection makefile for: rdiff-backup
|
|
# Date created: Wed Jun 11 19:53:46 CEST 2003
|
|
# Whom: Gerhard Häring <gh@ghaering.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rdiff-backup
|
|
PORTVERSION= 1.0.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://savannah.nongnu.org/download/rdiff-backup/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= steve@ion.lu
|
|
COMMENT= Local/remote mirroring+incremental backup
|
|
|
|
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
MAN1= rdiff-backup.1
|
|
|
|
DOCFILES= CHANGELOG README COPYING FAQ.html
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/rdiff-backup.1 ${PREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${DOCFILES}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|