summaryrefslogtreecommitdiff
path: root/comms/lrzsz/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-03 03:20:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-03 03:20:24 +0000
commit728caf0b906ba1feeabd97695b668f798fa140f2 (patch)
treeaeb250ae94b168c10de7b9c40cd4d374039755c5 /comms/lrzsz/Makefile
parentUse ${COMPRESS_MAN} to compress man pages. (diff)
Receive/Send files via X/Y/ZMODEM protocol.
lrzsz is derived from the last unrestricted verison of Chuck Forsberg's rzsz package. lrzsz is covered under the GNU copyleft, so the distribution file can be included on our CDROM. See lrzsz's home page at http://www.csl-gmbh.net/~uwe/lrzsz.html.
Notes
Notes: svn path=/head/; revision=4266
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r--comms/lrzsz/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
new file mode 100644
index 000000000000..8b2af1e2ecf9
--- /dev/null
+++ b/comms/lrzsz/Makefile
@@ -0,0 +1,23 @@
+# 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$
+
+DISTNAME= lrzsz-0.12.11
+CATEGORIES+= comms
+MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/
+
+MAINTAINER= obrien@cs.ucdavis.edu
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-install:
+ ${COMPRESS_MAN} \
+ ${PREFIX}/man/man1/lrz.1 \
+ ${PREFIX}/man/man1/lsz.1
+
+.include <bsd.port.mk>