summaryrefslogtreecommitdiff
path: root/archivers/liblzo/Makefile
blob: 30c4ce556377c656df192c8787863bb7e258026e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.8.2.2 2002/06/21 23:04:46 jlam Exp $
#

VERS=			1.07
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_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
COMMENT=		Portable lossless data compression library written in ANSI C

USE_BUILDLINK2=		# defined
GNU_CONFIGURE=		# defined
USE_LIBTOOL=		# defined
LTCONFIG_OVERRIDE=	${WRKSRC}/acconfig/ltconfig

# 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"