summaryrefslogtreecommitdiff
path: root/archivers/liblzo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/liblzo/Makefile')
-rw-r--r--archivers/liblzo/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile
index 30c4ce55637..dd71f8f16df 100644
--- a/archivers/liblzo/Makefile
+++ b/archivers/liblzo/Makefile
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.8.2.2 2002/06/21 23:04:46 jlam Exp $
+# $NetBSD: Makefile,v 1.8.2.3 2002/08/25 21:19:46 jlam Exp $
#
-VERS= 1.07
+VERS= 1.08
DISTNAME= lzo-${VERS}
PKGNAME= liblzo-${VERS}
CATEGORIES= archivers
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \
- ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \
+MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
${MASTER_SITE_SUNSITE:=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
+HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
COMMENT= Portable lossless data compression library written in ANSI C
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
-USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/acconfig/ltconfig
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
# Don't spuriously detect zlib, as it's not needed for the library.
CONFIGURE_ENV+= ac_cv_lib_z_gzputs=no