pkgsrc/devel/rpc2/Makefile
xtraeme 2f6fe3121e Update to 1.27
Changes:

* Fixes for LWP-2.0
* Reduced size of the medium packets to 1500.
* Explicitly clear the EchoTimestamp when we receive an out-of-order
  SFTP data packet to avoid sending a stale timestamp value.
* Make sure we retransmit at least one packet once we hit EOF so that we
  can continue to make progress.
2005-08-15 01:20:23 +00:00

19 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.24 2005/08/15 01:20:23 xtraeme Exp $
#
DISTNAME= rpc2-1.27
CATEGORIES= devel
MASTER_SITES= http://www.coda.cs.cmu.edu/pub/coda/src/
MAINTAINER= phil@cs.wwu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= CMU (Coda) remote procedure call package
USE_TOOLS+= gmake perl
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../devel/lwp/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"