e5bf04b47f
WXftp is an X Window System FTP client Major features available in current (0.4.0) release: o User-friendly, intuitive interface (both GTK+ and Motif). o Passive data transfers o Convenient session manager window o On-line help system o Recursive downloads with resume option o Recursive uploads o Multiple delete with option to recurse o Auto-redial option WXftp is copyright (c) 1998 by Alexander Yukhimets <alexy@edgarmail.com>. All right under the copyright reserved. This committer thinks this program is really neat as well. :> PR: ports/8413 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.de>
37 lines
870 B
Makefile
37 lines
870 B
Makefile
# New ports collection makefile for: wxftp
|
|
# Version required: 0.4.0
|
|
# Date created: 22 October 1998
|
|
# Whom: Antti Kaipila <anttik@iki.fi>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= wxftp-0.4.0.src
|
|
PKGNAME= wxftp-0.4.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/network/file-transfer
|
|
|
|
MAINTAINER= anttik@iki.fi
|
|
|
|
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}/src
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
MAN1= wxftp.1
|
|
|
|
post-build:
|
|
|
|
@${CP} ${WRKSRC}/wf ${WRKDIR}/${PKGNAME}/wxftp
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${PKGNAME}/wxftp ${PREFIX}/bin
|
|
@${CP} ${WRKDIR}/${PKGNAME}/wxftp.1X ${WRKDIR}/${PKGNAME}/wxftp.1
|
|
${INSTALL_MAN} ${WRKDIR}/${PKGNAME}/wxftp.1 ${PREFIX}/man/man1
|
|
@${MKDIR} ${PREFIX}/share/wxftp/help
|
|
${INSTALL_DATA} ${WRKDIR}/${PKGNAME}/help/* ${PREFIX}/share/wxftp/help
|
|
|
|
.include <bsd.port.mk>
|