1PORTNAME= pam_google_authenticator 2PORTVERSION= 1.11 3PORTEPOCH= 1 4CATEGORIES= security 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= PAM module for two-step authentication from Google 8WWW= https://github.com/google/google-authenticator-libpam 9 10LICENSE= Apache-2.0 11 12USES= autoreconf gmake libtool 13GNU_CONFIGURE= yes 14GNU_CONFIGURE_MANPREFIX=${PREFIX}/share 15 16USE_GITHUB= yes 17GH_ACCOUNT= google 18GH_PROJECT= google-authenticator-libpam 19 20INSTALL_TARGET= install-strip 21 22OPTIONS_DEFINE= QRENCODE 23OPTIONS_DEFAULT= QRENCODE 24 25QRENCODE_DESC= Allow creation of QR-codes 26QRENCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode 27 28post-patch: 29 @${REINPLACE_CMD} -e 's;/security;;' ${WRKSRC}/Makefile.am 30 31.include <bsd.port.mk> 32