1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/ftp/ftpcube/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
610 B
Makefile

# New ports collection makefile for: ftpcube
# Date created: Dec 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ftpcube
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= ftp python
MASTER_SITES= SF
MAINTAINER= infofarmer@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>