mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
468 B
Makefile
21 lines
468 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.5 1997/10/10 06:53:29 obrien Exp $
|
|
|
|
DISTNAME= lrzsz-0.12.18
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= all vcheck
|
|
MAN1= lrz.1 lsz.1
|
|
|
|
.include <bsd.port.mk>
|