19 lines
496 B
Makefile
19 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/09/11 19:46:57 asau Exp $
|
|
|
|
DISTNAME= lzo-2.06
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://ftp.uni-koeln.de/util/arc/ \
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|