mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
d72c560b21
Hat: portmgr
30 lines
605 B
Makefile
30 lines
605 B
Makefile
# New ports collection makefile for: ftpcube
|
|
# Date created: Dec 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ftpcube
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= ftp python
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A graphical FTP Client
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=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>
|