# Created by: Thomas Hurst # $FreeBSD: head/security/lastpass-cli/Makefile 372155 2014-11-04 17:11:05Z marino $ PORTNAME= lastpass-cli PORTVERSION= 0.3.0.20141031 CATEGORIES= security MASTER_SITES= GH MAINTAINER= tom@hur.st COMMENT= LastPass command line interface tool LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USES= gmake pkgconfig USE_GNOME= libxml2 USE_OPENSSL= yes USE_GITHUB= YES GH_ACCOUNT= lastpass GH_PROJECT= lastpass-cli GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 8993a4e PLIST_FILES= bin/lpass MAKE_ENV+= MANDIR=${MANPREFIX}/man OPTIONS_DEFINE= MANPAGES PINENTRY XCLIP XSEL OPTIONS_DEFAULT= MANPAGES PINENTRY_DESC= Use pinentry for password entry XCLIP_DESC= Use xclip for interacting with X11 clipboard XSEL_DESC= Use xsel for interacting with X11 clipboard MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto MANPAGES_ALL_TARGET= all doc-man MANPAGES_INSTALL_TARGET=install install-doc MANPAGES_PLIST_FILES= ${MANPREFIX}/man/man1/lpass.1.gz PINENTRY_RUN_DEPENDS= pinentry:${PORTSDIR}/security/pinentry XCLIP_RUN_DEPENDS= xclip:${PORTSDIR}/x11/xclip XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel post-extract: @${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \ ${WRKSRC}/Makefile .include