1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/gpg-gui/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

24 lines
459 B
Makefile

PORTNAME= gpg-gui
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI wrapper for symmetric GPG file encryption
WWW= https://github.com/AnsgarKlein/GPG-Gui
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= gpg2:security/gnupg
USES= gnome meson pkgconfig vala:build
USE_GNOME= glib20 gtk30
USE_GITHUB= yes
GH_ACCOUNT= AnsgarKlein
GH_PROJECT= GPG-Gui
.include <bsd.port.mk>