summaryrefslogtreecommitdiff
path: root/security/gcr/Makefile
blob: 1ff423bf20adf62397a559459db56e6dd8c4523d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	gcr
PORTVERSION=	4.4.0.1
CATEGORIES=	security gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Library for bits of crypto UI and parsing
WWW=		https://gitlab.gnome.org/GNOME/gcr

BUILD_DEPENDS=	gpg2:security/gnupg
LIB_DEPENDS=	libsecret-1.so:security/libsecret \
		libp11-kit.so:security/p11-kit \
		libgcrypt.so:security/libgcrypt

USES=		gettext gnome meson pkgconfig python:env tar:xz \
		vala:build
USE_GNOME=	glib20 gtk40 introspection:build
USE_LDCONFIG=	yes

MESON_ARGS=	-Dsystemd=disabled \
		-Dgtk_doc=false

.include <bsd.port.mk>