1cd277bdce
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)
28 lines
574 B
Makefile
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>
|