freebsd-ports/security/gonepass/Makefile
Po-Chuan Hsieh 7a4777dc53
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
2023-08-26 21:03:32 +00:00

23 lines
493 B
Makefile

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>