aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpcube/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ftpcube/Makefile')
-rw-r--r--ftp/ftpcube/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile
deleted file mode 100644
index e5fa8a0c863c..000000000000
--- a/ftp/ftpcube/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= ftpcube
-PORTVERSION= 0.5.1
-PORTREVISION= 10
-CATEGORIES= ftp python
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Graphical FTP Client
-
-LICENSE= ART10
-
-DEPRECATED= No releases for 8+ years, no supporting newer wxWidget
-EXPIRATION_DATE= 2015-12-13
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
-
-USES= python
-USE_PYTHON= distutils autoplist
-USE_WX= 2.6+
-WX_COMPS= python
-WX_UNICODE= yes
-
-post-patch:
- @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg
- @${ECHO_CMD} record=installed-files.log >> ${WRKSRC}/setup.cfg
-
-.include <bsd.port.mk>