10b5f45d07
transfers of files over 4 Gb, especially between 32 <-> 64 bit hosts. Apply a fix from upstream CVS (slightly different in form from one of the patches submitted in this PR). Bump PKGREVISION.
21 lines
591 B
Makefile
21 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/02/20 19:15:03 snj Exp $
|
|
|
|
DISTNAME= librsync-0.9.7
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librsync/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rdiff-backup.stanford.edu/
|
|
COMMENT= Checksum-based differencing library
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-included-popt
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|