summaryrefslogtreecommitdiff
path: root/sysutils/duplicity-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/duplicity-devel/Makefile')
-rw-r--r--sysutils/duplicity-devel/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/sysutils/duplicity-devel/Makefile b/sysutils/duplicity-devel/Makefile
deleted file mode 100644
index 5b520e8e8e14..000000000000
--- a/sysutils/duplicity-devel/Makefile
+++ /dev/null
@@ -1,43 +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.15
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= vd@FreeBSD.org
-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
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS=yes
-
-MAN1= duplicity.1 rdiffdir.1
-
-DOCFILES= CHANGELOG \
- COPYING \
- CVS-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>