Ticket #631: Portfile

File Portfile, 785 bytes (added by Eric.C.Seidel@…, 21 years ago)

zssh portfile

Line 
1# $Id: Portfile,v 1.11 2003/03/17 18:33:42 landonf Exp $
2PortSystem 1.0
3name            zssh
4version         1.5a
5categories      security
6maintainers     macdome@opendarwin.org
7description     "Program for transferring files using SSH"
8long_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
12master_sites    http://umn.dl.sourceforge.net/sourceforge/zssh/
13
14distname        ${portname}-${portversion}
15
16extract.sufx    .tgz
17
18checksums       ${distname}${extract.sufx} md5 f36bb8a8b13feb09d8493b14b4682cc6
19
20depends_lib     lib:readline.4:readline
21
22configure.type  gnu
23configure.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