diff options
author | rh <rh@pkgsrc.org> | 1999-08-16 15:39:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-16 15:39:22 +0000 |
commit | 60546359f29977347ab46ed7e13eb196e0e54787 (patch) | |
tree | 84833e7cb774e9aac56ced0659883aabb445ff5a /archivers/lzop/Makefile | |
parent | 92b4dbde5b1ba039c5cfb61bc7c52ef669ec9da5 (diff) | |
download | pkgsrc-60546359f29977347ab46ed7e13eb196e0e54787.tar.gz |
Initial import of lzop-1.00, a fast file compressor similar to gzip, using
the LZO library.
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r-- | archivers/lzop/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile new file mode 100644 index 00000000000..cdafc6ddf57 --- /dev/null +++ b/archivers/lzop/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/16 15:39:22 rh 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 + +DEPENDS= liblzo-1.04:../../archivers/liblzo + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" + +.include "../../mk/bsd.pkg.mk" |