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/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/sysutils/duplicity-devel/Makefile b/sysutils/duplicity-devel/Makefile
deleted file mode 100644
index 134d0aee0e5f..000000000000
--- a/sysutils/duplicity-devel/Makefile
+++ /dev/null
@@ -1,38 +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.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>