blob: b676b5995d40b845ce6c5d286c5c93282209460d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:33 wiz Exp $
#
DISTNAME= lzop-1.00
CATEGORIES= archivers
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
COMMENT= Fast file compressor similar to gzip, using the LZO library
DEPENDS= liblzo-*:../../archivers/liblzo
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include"
.include "../../mk/bsd.pkg.mk"
|