mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
677 B
Makefile
25 lines
677 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: lrzsz
|
|
# Date created: 29 Sept 1996
|
|
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lrzsz
|
|
PORTVERSION= 0.12.20
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://tirka.ohse.de/uwe/releases/ \
|
|
ftp://ftp.netsw.org/netsw/Network/Modem/Protocols/ZModem/lrzsz/ \
|
|
http://www.nrw.net/uwe/archive/ \
|
|
http://194.245.36.15/uwe/archive/ \
|
|
ftp://ftp.ihg.uni-duisburg.de/uwe/ \
|
|
ftp://ftp.kddlabs.co.jp/pub/Linux/packages/stampedelinux/stampedelinux/unstable/pre-0.90/source/comm/lrzsz/source/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all # vcheck
|
|
MAN1= lrz.1 lsz.1
|
|
|
|
.include <bsd.port.mk>
|