# # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup lastpass lastpass-cli 0.5.1 v categories security platforms darwin maintainers gmail.com:israelchauca oaf.dk:mni khindenburg openmaintainer license GPL-2 supported_archs noarch description command line interface to LastPass.com long_description ${description} depends_lib-append port:curl \ port:libxml2 \ port:openssl checksums rmd160 3d4dfcec5e2399ec58dd6d6236da5477a04f0fcd \ sha256 1bfd62757866668dcb2ff3ec608fccca49e4074f94e78f33e29eecd68479af53 use_configure no build.args-append CC=${configure.cc} \ CXX=${configure.cxx} \ CPP=${configure.cpp} build.env-append PREFIX=${prefix} destroot.env-append PREFIX=${prefix} if {${subport} eq ${name}} { default_variants +pinentry } variant pinentry description {Use GnuPG's password entry software pinentry} { depends_lib-append port:pinentry } subport ${name}-doc { description Documentation for command line interface to LastPass.com long_description ${description} depends_build-append port:asciidoc build.target doc-man destroot.target install-doc post-destroot { file delete ${destroot}${prefix}/bin/lpass } }