Ticket #592: Portfile

File Portfile, 716 bytes (added by wmalik@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name            lrzsz
5version         0.12.20
6categories      comms
7maintainers     waqar@opendarwin.org
8platforms       darwin
9homepage        http://www.ohse.de/uwe/software/lrzsz.html
10description     free x/y/zmodem implementation
11long_description        lrzsz is a unix communication package providing the \
12                XMODEM, YMODEM ZMODEM file transfer protocols.
13master_sites    http://www.ohse.de/uwe/releases/
14checksums       md5 b5ce6a74abc9b9eb2af94dffdfd372a4
15configure.env   CFLAGS=-O2
16configure.args-append  --program-transform-name=s/l//
17patchfiles      patch-zglobal.h
18patch           {
19                   foreach patch $patchfiles {
20                     system "patch -d ${worksrcpath}/src < ${portpath}/${filedir}/${patch}"
21                   }
22                }