summaryrefslogtreecommitdiff
path: root/archivers/lzma-utils/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-08 18:06:39 +0000
committerwiz <wiz>2008-10-08 18:06:39 +0000
commitb0c1e62fd9b37ab965ceb1cedf8bbde7871b52ac (patch)
treed18594e989c853b52c600a65db523326035b873c /archivers/lzma-utils/Makefile
parent7b9b988cb61d7e963bd8d189264950f977fda8bd (diff)
downloadpkgsrc-b0c1e62fd9b37ab965ceb1cedf8bbde7871b52ac.tar.gz
Initial import of lzma-utils-4.32.7, packaged for pkgsrc-wip by Jukka Salmi:
LZMA Utils is a set of utilities for LZMA compression and decompression. They aim to have an interface very similar to the well known gzip and bzip2 utilities.
Diffstat (limited to 'archivers/lzma-utils/Makefile')
-rw-r--r--archivers/lzma-utils/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/lzma-utils/Makefile b/archivers/lzma-utils/Makefile
new file mode 100644
index 00000000000..3a290cf7b7b
--- /dev/null
+++ b/archivers/lzma-utils/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 18:06:39 wiz Exp $
+#
+
+DISTNAME= lzma-4.32.7
+PKGNAME= lzma-utils-4.32.7
+CATEGORIES= archivers
+MASTER_SITES= http://tukaani.org/lzma/
+
+MAINTAINER= magnus.henoch@gmail.com
+HOMEPAGE= http://tukaani.org/lzma/
+COMMENT= LZMA compression and decompression utilities
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+
+CONFLICTS= lzma-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"