diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-01 17:28:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-01 17:28:26 +0000 |
commit | d3399478f90018b92c44448eef36f0ef7df7b842 (patch) | |
tree | 32ab0a015ecf4ea1d1ce27434775aa3f68f277cf /devel/xdelta/Makefile | |
parent | d518ae7bb922d5c5ec0b0c39ae139fc9d519e844 (diff) | |
download | pkgsrc-d3399478f90018b92c44448eef36f0ef7df7b842.tar.gz |
Update to 1.1.1, by ORI Manabu in pkg/13611.
This version is a complete rewrite of the previous pkgsrc version,
including a library, performance improvements on the algorithms used,
less memory usage. Also, it doesn't use gdbm any more.
Diffstat (limited to 'devel/xdelta/Makefile')
-rw-r--r-- | devel/xdelta/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile index fa7516a5984..84354b7069c 100644 --- a/devel/xdelta/Makefile +++ b/devel/xdelta/Makefile @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.17 2001/06/11 06:34:30 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/08/01 17:28:26 wiz Exp $ # -DISTNAME= xdelta-0.22 +DISTNAME= xdelta-1.1.1 CATEGORIES= devel -MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/ +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ MAINTAINER= root@garbled.net -HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html +HOMEPAGE= http://www.xcf.berkeley.edu/~jmacd/xdelta.html COMMENT= Enhanced diff that works on binary files -DEPENDS+= glib-1.2.*:../../devel/glib -DEPENDS+= gdbm>=1.7.3:../../databases/gdbm - USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_GMAKE= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include +.include "../../devel/glib/buildlink.mk" +.include "../../devel/zlib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |