freebsd-ports/security/gonepass/Makefile
Fernando Apesteguía f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00

24 lines
494 B
Makefile

PORTNAME= gonepass
DISTVERSION= g20181221
PORTREVISION= 3
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>