Added
Link Here
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= gonepass |
4 |
DISTVERSION= g20181221 |
5 |
CATEGORIES= security |
6 |
|
7 |
MAINTAINER= greg@unrelenting.technology |
8 |
COMMENT= GTK+ 1Password reader |
9 |
|
10 |
LICENSE= APACHE20 |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
13 |
USES= cmake ssl pkgconfig |
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= jbreams |
16 |
GH_TAGNAME= 3da5cfa120 |
17 |
USE_GNOME= gtk30 gtkmm30 |
18 |
|
19 |
INSTALLS_ICONS= yes |
20 |
|
21 |
PLIST_FILES= bin/gonepass \ |
22 |
share/applications/gonepass.desktop \ |
23 |
share/pixmaps/gonepass.png |
24 |
|
25 |
.include <bsd.port.mk> |