# -*- 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
# $Id: Portfile 112649 2013-10-28 22:21:56Z ryandesign@macports.org $

PortSystem          1.0

name                lrzsz
version             0.12.20
revision            1
categories          comms
license             GPL-2+
maintainers         nomaintainer
platforms           darwin

description         free x/y/zmodem implementation

long_description    lrzsz is a unix communication package providing the \
                    XMODEM, YMODEM ZMODEM file transfer protocols.

homepage            http://ohse.de/uwe/software/lrzsz.html
master_sites        http://ohse.de/uwe/releases/

checksums           md5     b5ce6a74abc9b9eb2af94dffdfd372a4 \
                    sha1    451e6a1813dfb71a412c973acd1b88b9ee3f28c4 \
                    rmd160  1b1776143afaff8bc7447ce998f9d3a958d51f25

configure.args      --program-transform-name=s/l// \
                    --infodir=${prefix}/share/info \
                    --mandir=${prefix}/share/man

patchfiles          patch-src-Makefile.in.diff \
                    patch-zglobal.h

livecheck.type      none
