1 | # $Id: Portfile,v 1.11 2003/03/17 18:33:42 landonf Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name zssh |
---|
4 | version 1.5a |
---|
5 | categories security |
---|
6 | maintainers macdome@opendarwin.org |
---|
7 | description "Program for transferring files using SSH" |
---|
8 | long_description "zssh (Zmodem SSH) is a program that can \ |
---|
9 | transfer files to a remote machine using a \ |
---|
10 | SSH connection. It acts as an alternative to scp." |
---|
11 | |
---|
12 | master_sites http://umn.dl.sourceforge.net/sourceforge/zssh/ |
---|
13 | |
---|
14 | distname ${portname}-${portversion} |
---|
15 | |
---|
16 | extract.sufx .tgz |
---|
17 | |
---|
18 | checksums ${distname}${extract.sufx} md5 f36bb8a8b13feb09d8493b14b4682cc6 |
---|
19 | |
---|
20 | depends_lib lib:readline.4:readline |
---|
21 | |
---|
22 | configure.type gnu |
---|
23 | configure.env CPPFLAGS=-I'${prefix}/include' LDFLAGS=-L'${prefix}/lib' |
---|
24 | |
---|
25 | # The directory name of the subdirectory of work/ where this port extracts |
---|
26 | #worksrcdir zssh-1.5a |
---|