mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1013 B
Tcl
28 lines
1013 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 tnftp
|
|
version 20230507
|
|
revision 1
|
|
categories net
|
|
license BSD
|
|
maintainers {samodelkin.net:fjoe @mkhon} openmaintainer
|
|
description Internet File Transfer Protocol client
|
|
long_description ${name} is the Internet File Transfer Protocol client.
|
|
|
|
homepage https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
|
|
platforms darwin
|
|
|
|
master_sites netbsd:misc/tnftp
|
|
checksums rmd160 0c06eeeb11975da6c9be44c1baa48c28fe11a42d \
|
|
sha256 be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580 \
|
|
size 702357
|
|
|
|
depends_lib path:lib/libssl.dylib:openssl
|
|
|
|
configure.args --with-openssl=${prefix}
|
|
|
|
livecheck.url http://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
|
|
livecheck.regex ${name}-(\\d+)
|