1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/comms/lrzsz/Makefile
Bill Fumerola 4f183f626d Update MASTER_SITES.
Thanks To:	Fenner's portsurvey and ftpsearch.lycos.com
1998-12-09 22:35:05 +00:00

23 lines
546 B
Makefile

# ex:ts=8
# New ports collection makefile for: lrzsz
# Version required: 0.12.x
# Date created: 29 Sept 1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
# $Id: Makefile,v 1.7 1998/09/15 06:38:41 obrien Exp $
DISTNAME= lrzsz-0.12.19
CATEGORIES= comms
MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ \
ftp://ftp.ohse.de/comp/unix/comm/ \
ftp://ftp.uven.ru/pub/unix/comms/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= all # vcheck
MAN1= lrz.1 lsz.1
.include <bsd.port.mk>