aboutsummaryrefslogtreecommitdiff
path: root/sysutils/duplicity05/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/duplicity05/Makefile')
-rw-r--r--sysutils/duplicity05/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile
deleted file mode 100644
index 541be84462db..000000000000
--- a/sysutils/duplicity05/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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.5.20
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://code.launchpad.net/duplicity/0.5-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-devel-[0-9]*
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS=yes
-USE_LDCONFIG= yes
-USE_GETTEXT= yes
-
-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>