diff options
Diffstat (limited to 'archivers/liblzo/Makefile')
-rw-r--r-- | archivers/liblzo/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile new file mode 100644 index 00000000000..6a9b5d46f51 --- /dev/null +++ b/archivers/liblzo/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.25 2011/04/15 16:23:00 drochner Exp $ +# + +DISTNAME= lzo-1.08 +PKGNAME= lib${DISTNAME} +PKGREVISION= 1 +CATEGORIES= archivers +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ + +MAINTAINER= rh@NetBSD.org +HOMEPAGE= http://www.oberhumer.com/opensource/lzo/ +COMMENT= Portable lossless data compression library (v1) + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES + +# Don't spuriously detect zlib, as it's not needed for the library. +BUILDLINK_TRANSFORM+= rm:-lz + +TEST_TARGET= check + +.include "../../mk/bsd.pkg.mk" |