29 lines
772 B
Makefile
29 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/03/05 11:29:22 jperkin Exp $
|
|
|
|
DISTNAME= oath-toolkit-2.4.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://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"
|