pkgsrc/archivers/lzop/Makefile
adam 9194cab0c0 Changes in 1.03:
* Assorted minor updates.

Changes in 1.02rc1:
  * Made lzop compile with LZO v2.
  * Under Windows files are now opened using the _O_SEQUENTIAL flag,
    which results in a major speedup when (de)compressing large files.
  * Under MacOS X, the configure script now will use the '-no-cpp-precomp'
    compiler option in order to work around bugs in Apple's native
    "smart" preprocessor.
  * File sizes > 2GB are correctly displayed.
2011-03-17 14:57:47 +00:00

18 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/03/17 14:57:47 adam Exp $
DISTNAME= lzop-1.03
CATEGORIES= archivers
MASTER_SITES= http://www.lzop.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lzop.org/
COMMENT= Fast file compressor similar to gzip, using the LZO library
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../archivers/lzo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"