pkgsrc/databases/SQLiteCpp/Makefile
rillig 508923f461 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:30:13 +00:00

25 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:17 rillig Exp $
DISTNAME= SQLiteCpp-2.2.0
PKGREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=SRombauts/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://srombauts.github.io/SQLiteCpp/
COMMENT= C++ SQLite3 wrapper
LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c c++
INSTALLATION_DIRS+= share/doc/${PKGBASE}
.include "../../databases/sqlite3/buildlink3.mk"
post-install:
.for f in CHANGELOG.txt LICENSE.txt README.md TODO.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.endfor
.include "../../mk/bsd.pkg.mk"