pkgsrc/archivers/lzop/Makefile

19 lines
464 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2006/03/04 21:28:53 jlam Exp $
#
DISTNAME= lzop-1.01
PKGREVISION= 1
CATEGORIES= archivers
2004-03-05 11:20:27 +01:00
MASTER_SITES= http://www.lzop.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oberhumer.com/opensource/lzop/
COMMENT= Fast file compressor similar to gzip, using the LZO library
2004-07-28 04:47:34 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
2004-03-11 19:03:49 +01:00
.include "../../archivers/liblzo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"