1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/sysutils/pass-update/Makefile
Baptiste Daroussin 7074d7f6ae MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
2024-01-11 14:59:36 +01:00

35 lines
853 B
Makefile

PORTNAME= pass-update
DISTVERSIONPREFIX= v
DISTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= vendion@gmail.com
COMMENT= Pass extension that provides an easy flow for updating passwords
WWW= https://github.com/roddhjav/pass-update
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash \
pass:sysutils/password-store
USES= gmake shebangfix
USE_GITHUB= YES
GH_ACCOUNT= roddhjav
SHEBANG_FILES= tests/*.sh update.bash
NO_ARCH= yes
NO_BUILD= yes
MAKE_ENV= BASHCOMPDIR=${PREFIX}/share/bash-completions/completions \
DESTDIR=${STAGEDIR} \
LIBDIR=${PREFIX}/libexec \
MANDIR=${PREFIX}/share/man
PLIST_FILES= libexec/password-store/extensions/update.bash \
share/man/man1/pass-update.1.gz \
share/bash-completions/completions/pass-update \
share/zsh/site-functions/_pass-update
.include <bsd.port.mk>