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.
22 lines
535 B
Makefile
22 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.25 2020/01/18 23:35:09 rillig Exp $
|
|
|
|
DISTNAME= liboauth-1.0.3
|
|
PKGREVISION= 15
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liboauth/}
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= https://liboauth.sourceforge.net/
|
|
COMMENT= Embeddable oauth 1.0 implementation
|
|
LICENSE= mit AND gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= oauth.pc.in
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|