summaryrefslogtreecommitdiff
path: root/archivers/lzmalib/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-09-04 12:07:15 +0000
committerobache <obache@pkgsrc.org>2008-09-04 12:07:15 +0000
commite4188ec6e69fdf4ad633c97675036b81561b377a (patch)
tree6f52dcf8e2ec0873f79efc78cfd4f1eec8e418e2 /archivers/lzmalib/Makefile
parent4a31e7a4f5ff06142760d95aee80915149c35294 (diff)
downloadpkgsrc-e4188ec6e69fdf4ad633c97675036b81561b377a.tar.gz
Import lzmalib-0.0.1 as archivers/lzmalib.
This package includes a thin wrapper library of LZMA SDK written by Igor Pavlov.
Diffstat (limited to 'archivers/lzmalib/Makefile')
-rw-r--r--archivers/lzmalib/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile
new file mode 100644
index 00000000000..9f3af8ddc2f
--- /dev/null
+++ b/archivers/lzmalib/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 12:07:15 obache Exp $
+#
+
+DISTNAME= lzmalib-0.0.1
+CATEGORIES= archivers
+MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://tokyocabinet.sourceforge.net/misc/
+COMMENT= Thin wrapper library of LZMA
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+
+# Link with c++ instead (see also patch-aa)
+CONFIGURE_ENV+= ac_cv_lib_stdcpp_main=no
+
+.include "../../mk/bsd.pkg.mk"