aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/duplicity/Makefile
blob: de7d604d6a72a2f799dfa744fca49fb8fb478bf3 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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.6.11
CATEGORIES= sysutils
MASTER_SITES=   http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/

MAINTAINER= peter.schuller@infidyne.com
COMMENT=    Untrusted backup using rsync algorithm

LIB_DEPENDS=    rsync.1:${PORTSDIR}/net/librsync
RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg \
        ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3

# fetch claims "Moved temporarily" without this - why? (inspired by deskutils/gtg)
FETCH_ARGS= -pRr

CONFLICTS=  duplicity-0.5.* duplicity-devel-[0-9]*

USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
USE_LDCONFIG=   yes

.if !defined(WITHOUT_NLS)
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
.endif

.if defined(WITHOUT_NLS)
post-patch:
    @${REINPLACE_CMD} -e '54,63d' \
        ${WRKSRC}/setup.py
.endif

MAN1=       duplicity.1 rdiffdir.1

DOCFILES=   CHANGELOG \
        COPYING \
        REPO-README \
        LOG-README \
        README \
        tarfile-LICENSE

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for file in ${DOCFILES}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>