pkgsrc/archivers/liblzo/Makefile
salo 1569063147 - sync buildlink2.mk with reality
- DESCR has 80 culumns, no need for saying about license here
- style nits
2003-05-14 02:11:25 +00:00

23 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/05/14 02:11:25 salo 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"