pkgsrc/devel/xdelta/Makefile
rh 74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00

19 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.13 2000/06/01 11:23:25 rh Exp $
#
DISTNAME= xdelta-0.22
CATEGORIES= devel
MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/
MAINTAINER= root@garbled.net
HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html
DEPENDS+= glib-1.2.*:../../devel/glib
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
USE_PKGLIBTOOL= yes
GNU_CONFIGURE= yes
LDFLAGS+= "-L${LOCALBASE}/lib"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"