sthen e8a3ed4a98 Some ports using gnulib previously detected a broken realpath and switched to an
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
2019-07-16 21:29:41 +00:00

47 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.17 2019/07/16 21:29:41 sthen Exp $
COMMENT-main= toolkit for OATH/HOTP and TOTP
COMMENT-pskc= toolkit for RFC 6030 Portable Symmetric Key Container
V= 2.6.2
DISTNAME= oath-toolkit-$V
PKGNAME-main= oath-toolkit-$V
PKGNAME-pskc= oath-toolkit-pskc-$V
REVISION-main= 1
REVISION-pskc= 1
SHARED_LIBS += oath 0.2 # 1.3
SHARED_LIBS += pskc 0.1 # 0.1
CATEGORIES= security devel
HOMEPAGE= http://www.nongnu.org/oath-toolkit/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=oath-toolkit/}
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# libraries: LGPLv2.1+, tools: GPLv3+
PERMIT_PACKAGE= Yes
MULTI_PACKAGES= -main -pskc
WANTLIB-main= c pam
WANTLIB-pskc= c iconv ltdl lzma m pthread xml2 xmlsec1 xslt z
LIB_DEPENDS-main= security/openpam
LIB_DEPENDS-pskc= security/xmlsec \
converters/libiconv
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/xml
TEST_FLAGS= HOME=/tmp
.include <bsd.port.mk>