summaryrefslogtreecommitdiff
path: root/sysutils/qtpass/Makefile
blob: abb68c36a24c9c5595661cac493e9abae6ac30b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $FreeBSD$

PORTNAME=	qtpass
PORTVERSION=	1.1.6
PORTREVISION=	1
DISTVERSIONPREFIX=v
CATEGORIES=	sysutils

MAINTAINER=	brouwer@annejan.com
COMMENT=	Qt GUI for pass, the standard unix password manager

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	pass:sysutils/password-store

USES=		qmake:outsource
USE_GITHUB=	yes
GH_ACCOUNT=	IJhack
GH_PROJECT=	QtPass

USE_QT5=	buildtools_build core gui linguisttools_build network widgets
USE_GL=		gl

PLIST_FILES=	bin/qtpass \
		share/pixmaps/qtpass.png

# Create a desktop entry for the port.
DESKTOP_ENTRIES=	"QtPass" "" \
			"${PREFIX}/share/pixmaps/qtpass.png" \
			"${PREFIX}/bin/qtpass" \
			"Security;Utility;" true

# Install the icon of the port.
post-install:
	${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \
			${STAGEDIR}${PREFIX}/share/pixmaps/qtpass.png

.include <bsd.port.mk>