pkgsrc/archivers/lzmalib/Makefile
rillig a02ce26178 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:29:55 +00:00

23 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/18 23:29:56 rillig Exp $
#
DISTNAME= lzmalib-0.0.1
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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"