blob: 216e5f400b0c6d1d7c836c1d25b4a3d15cb4f065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.13 2003/07/17 21:21:25 grant Exp $
#
DISTNAME= lzo-1.08
PKGNAME= lib${DISTNAME}
CATEGORIES= archivers
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
ftp://ftp.elf.stuba.sk/pub/pc/pack/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
COMMENT= Portable lossless data compression library written in ANSI C
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
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
.include "../../mk/bsd.pkg.mk"
|