summaryrefslogtreecommitdiff
path: root/comms/lrzsz/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-05 21:49:11 +0000
committertron <tron@pkgsrc.org>1998-02-05 21:49:11 +0000
commitfb25cc21b918c62560aca8d76499df77a57f978d (patch)
tree8af70c07541a79e115e17cb36ffe304bfc8d28f9 /comms/lrzsz/Makefile
parent494ec83b502b3db852c022e02683d1aa29c7720d (diff)
downloadpkgsrc-fb25cc21b918c62560aca8d76499df77a57f978d.tar.gz
Initial import of lrzsz 0.12.18 package made by David O'Brien for
the FreeBSD port collection and refined for the NetBSD package collection by Ty Sarna.
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r--comms/lrzsz/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
new file mode 100644
index 00000000000..3b022db98a7
--- /dev/null
+++ b/comms/lrzsz/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: lrzsz
+# Version required: 0.12.x
+# Date created: 29 Sept 1996
+# Whom: David O'Brien <obrien@cs.ucdavis.edu>
+#
+# $NetBSD: Makefile,v 1.1 1998/02/05 21:49:11 tron Exp $
+# FreeBSD 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
+MAN1= lrz.1 lsz.1
+
+.include <bsd.port.mk>