pkgsrc/archivers/lziprecover/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

25 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/01/18 23:29:56 rillig Exp $
DISTNAME= lziprecover-1.21
CATEGORIES= archivers
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lziprecover/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.nongnu.org/lzip/lziprecover.html
COMMENT= Recovery tool for lossless data compressor based on the LZMA algorithm
LICENSE= gnu-gpl-v2 # or later
USE_LANGUAGES= c++
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES= yes
TEST_TARGET= check
MAKE_FLAGS+= CXX=${CXX:Q}
MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q}
MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.pkg.mk"