mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
22 lines
415 B
Makefile
22 lines
415 B
Makefile
PORTNAME= gpg-gui
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= GUI wrapper for symmetric GPG file encryption
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
RUN_DEPENDS= gpg2:security/gnupg
|
|
|
|
USES= gnome meson pkgconfig
|
|
USE_GNOME= glib20 gtk30
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= AnsgarKlein
|
|
GH_PROJECT= GPG-Gui
|
|
|
|
.include <bsd.port.mk>
|