34 lines
523 B
Makefile
34 lines
523 B
Makefile
# $OpenBSD: $
|
|
|
|
COMMENT= Multi-platform GUI for password-store (pass).
|
|
|
|
GH_ACCOUNT= IJHack
|
|
GH_PROJECT= QtPass
|
|
GH_TAGNAME= v1.3.2
|
|
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= https://qtpass.org/
|
|
|
|
MAINTAINER= Stefan Hagen <sh+ports@codevoid.de>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Widgets
|
|
WANTLIB+= c m
|
|
|
|
RUN_DEPENDS= devel/git \
|
|
security/gnupg2 \
|
|
security/password-store \
|
|
security/pwgen
|
|
|
|
MODULES= devel/qmake \
|
|
x11/qt5
|
|
|
|
QT= qt5
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|