openbsd-ports/security/lastpass-cli/Makefile
sthen 2a1d59937a update to lastpass-cli 0.8.0, from maintainer Björn Ketelaars
- correct capitalization of proper noun in COMMENT while there
2016-01-08 21:00:41 +00:00

31 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.4 2016/01/08 21:00:41 sthen Exp $
COMMENT = LastPass command line interface tool
GH_ACCOUNT = lastpass
GH_PROJECT = lastpass-cli
GH_TAGNAME = v0.8.0
CATEGORIES = security
MAINTAINER = Bjorn Ketelaars <bjorn.ketelaars@hydroxide.nl>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c curl crypto kvm pthread ssl xml2
BUILD_DEPENDS= textproc/asciidoc
LIB_DEPENDS = net/curl \
textproc/libxml
USE_GMAKE = yes
NO_TEST = Yes
ALL_TARGET = all doc-man
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lpass ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lpass.1 ${PREFIX}/man/man1
.include <bsd.port.mk>