summaryrefslogtreecommitdiff
path: root/archivers/lzip/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-15 08:36:48 +0000
committerwiz <wiz>2009-07-15 08:36:48 +0000
commit22d45d45a61344e90dc2f0f9c2ca89e2ca91bb8d (patch)
tree6882cedebe36b7c47336cda466f7f63d04124d37 /archivers/lzip/Makefile
parent11d6119978509301bd2a8e00b9063d9368c519cd (diff)
downloadpkgsrc-22d45d45a61344e90dc2f0f9c2ca89e2ca91bb8d.tar.gz
Initial import of lzip-1.7:
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
Diffstat (limited to 'archivers/lzip/Makefile')
-rw-r--r--archivers/lzip/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
new file mode 100644
index 00000000000..c7565ef9d72
--- /dev/null
+++ b/archivers/lzip/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
+#
+
+DISTNAME= lzip-1.7
+CATEGORIES= archivers
+MASTER_SITES= http://mirror.lihnidos.org/GNU/savannah/lzip/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.nongnu.org/lzip/lzip.html
+COMMENT= Lossless data compressor based on the LZMA algorithm
+LICENSE= gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c++
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --infodir=${PREFIX}/info
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+INFO_FILES= YES
+
+.include "../../mk/bsd.pkg.mk"