freebsd-ports/ftp/ftpcube/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

28 lines
574 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= ftpcube
PORTVERSION= 0.5.1
PORTREVISION= 8
CATEGORIES= ftp python
MASTER_SITES= SF
MAINTAINER= gahr@FreeBSD.org
COMMENT= Graphical FTP Client
LICENSE= ART10
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
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>