pkgsrc/archivers/lzmalib/Makefile
2012-09-11 19:46:52 +00:00

22 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/11 19:46:57 asau 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
#LICENSE= gnu-lgpl-?
CONFLICTS= xz-[0-9]*
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"