b686dd9180
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.
20 lines
568 B
Makefile
20 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:43 rillig Exp $
|
|
|
|
DISTNAME= uthash-2.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=troydhanson/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://troydhanson.github.io/uthash/
|
|
COMMENT= Hash table, implemented in C
|
|
LICENSE= 2-clause-bsd
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS+= include share/doc/uthash
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/uthash
|
|
${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${PREFIX}/include
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|