mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
955 B
Tcl
30 lines
955 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name cftp
|
|
version 0.12
|
|
revision 3
|
|
categories net
|
|
license GPL-2+
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description full-screen ftp client
|
|
long_description This is Comfortable FTP, a full screen ftp client. \
|
|
Supported are FTP both with active and passive data \
|
|
connections, IPv4 and IPv6.
|
|
|
|
homepage https://nih.at/cftp/
|
|
master_sites https://nih.at/cftp/
|
|
|
|
checksums rmd160 9dfd1d3a03efd5d724bc0ed4c0dafbe19c47670d \
|
|
sha256 70a353cfd5a912350405e2ea8c1c1925931c07e58103ae64c589b05b642b8881 \
|
|
size 182043
|
|
|
|
depends_lib port:ncurses
|
|
|
|
patchfiles implicit.patch
|
|
|
|
configure.args --infodir=${prefix}/share/info
|