pkgsrc/archivers/liblzo/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

18 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:13 rh Exp $
#
DISTNAME= lzo-1.06
PKGNAME= liblzo-1.06
CATEGORIES= archivers
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \
ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \
ftp://metalab.unc.edu/pub/Linux/libs/compression/ \
ftp://ftp.elf.stuba.sk/pub/pc/pack/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
GNU_CONFIGURE= YES
USE_PKGLIBTOOL= YES
.include "../../mk/bsd.pkg.mk"