summaryrefslogtreecommitdiff
path: root/archivers/lzop/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-08-16 15:39:22 +0000
committerrh <rh@pkgsrc.org>1999-08-16 15:39:22 +0000
commit60546359f29977347ab46ed7e13eb196e0e54787 (patch)
tree84833e7cb774e9aac56ced0659883aabb445ff5a /archivers/lzop/Makefile
parent92b4dbde5b1ba039c5cfb61bc7c52ef669ec9da5 (diff)
downloadpkgsrc-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/Makefile16
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"