522b1a0404
Changes in 2.10 (01 Mar 2017) * Improve CMake build support. * Add support for pkg-config. * Do not redefine "snprintf" so that the examples build with MSVC 2015. * Assorted cleanups.
17 lines
444 B
Makefile
17 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.18 2017/03/05 12:27:32 wiz Exp $
|
|
|
|
DISTNAME= lzo-2.10
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
|
|
COMMENT= Portable lossless data compression library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
PKGCONFIG_OVERRIDE= lzo2.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|