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.
29 lines
772 B
Makefile
29 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.17 2020/01/18 23:35:10 rillig Exp $
|
|
|
|
DISTNAME= oath-toolkit-2.4.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/oath-toolkit/
|
|
COMMENT= OATH (Open AuTHentication) Toolkit
|
|
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= autoconf automake m4 autoreconf
|
|
|
|
BUILD_DEPENDS+= automake>=1.14:../../devel/automake
|
|
|
|
PKGCONFIG_OVERRIDE+= liboath/liboath.pc.in
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf -fi
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../security/xmlsec1/buildlink3.mk"
|
|
.include "../../mk/pam.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|