freebsd-ports/sysutils/duplicity05/Makefile
Yen-Ming Lee ad5bdb8126 add duplicity-0.4.0
WWW: http://www.nongnu.org/duplicity/

PR:		53235
Submitted by:	Gerhard Haering <gh@ghaering.de>
2003-07-03 06:57:30 +00:00

38 lines
914 B
Makefile

# New ports collection makefile for: duplicity
# Date created: Wed Jun 11 19:53:46 CEST 2003
# Whom: Gerhard Häring <gh@ghaering.de>
#
# $FreeBSD$
#
PORTNAME= duplicity
PORTVERSION= 0.4.0
CATEGORIES= sysutils
MASTER_SITES= http://savannah.nongnu.org/download/duplicity/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= gh@ghaering.de
COMMENT= Untrusted backup using rsync algorithm
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= duplicity.1 rdiffdir.1
DOCFILES= CHANGELOG COPYING README
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
post-install:
${INSTALL_MAN} ${WRKSRC}/duplicity.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rdiffdir.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOCFILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>