pkgsrc/archivers/lzop/Makefile
2008-07-14 12:55:56 +00:00

19 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.17 2008/07/14 12:55:56 joerg Exp $
#
DISTNAME= lzop-1.01
PKGREVISION= 1
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
.include "../../archivers/liblzo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"