6c2b326b92
Changes in 2.09 (04 Feb 2015) * Work around gcc bug #64516 that could affect architectures like armv4, armv5 and sparc.
16 lines
413 B
Makefile
16 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/02/08 16:13:36 wiz Exp $
|
|
|
|
DISTNAME= lzo-2.09
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|