ports/security/gpg-gui/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2021-10-10 21:44:42 +02:00

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>