aboutsummaryrefslogtreecommitdiff
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
parent49d40553edd7110b59ed33546487ca1dd9f8c1a7 (diff)
downloadports-728caf0b906ba1feeabd97695b668f798fa140f2.tar.gz
ports-728caf0b906ba1feeabd97695b668f798fa140f2.zip
Notes
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>