summaryrefslogtreecommitdiff
path: root/archivers/lzo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lzo/Makefile')
-rw-r--r--archivers/lzo/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
new file mode 100644
index 00000000000..28bf30edec0
--- /dev/null
+++ b/archivers/lzo/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 20:02:48 wiz Exp $
+#
+
+DISTNAME= lzo-2.01
+CATEGORIES= archivers
+MASTER_SITES= http://ftp.uni-koeln.de/util/arc/ \
+ http://www.oberhumer.com/opensource/lzo/download/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
+COMMENT= Portable lossless data compression library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+TEST_TARGET= test
+
+.include "../../mk/bsd.pkg.mk"