aboutsummaryrefslogtreecommitdiff
path: root/security/gonepass/Makefile
blob: ecd2d905c21ef0a6a6df352dbbaa911f58a550d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	gonepass
DISTVERSION=	g20181221
PORTREVISION=	4
CATEGORIES=	security

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK+ 1Password reader
WWW=		https://github.com/jbreams/gonepass

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake compiler:c++11-lang gnome pkgconfig ssl
USE_GITHUB=	yes
GH_ACCOUNT=	jbreams
GH_TAGNAME=	3da5cfa120
USE_GNOME=	gtk30 gtkmm30

PLIST_FILES=	bin/gonepass \
		share/applications/gonepass.desktop \
		share/pixmaps/gonepass.png

.include <bsd.port.mk>