summaryrefslogtreecommitdiffstats
path: root/security/gcr/Makefile
blob: 2a15a4132e4b615dc474356456fe97bea87f6af4 (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
28
29
30
31
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#    $MCom$

PORTNAME=   gcr
PORTVERSION=    3.6.2
CATEGORIES= security gnome
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Library for bits of crypto UI and parsing

BUILD_DEPENDS=  gtk-doc>0:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS=    dbus-1:${PORTSDIR}/devel/dbus \
        tasn1:${PORTSDIR}/security/libtasn1 \
        p11-kit:${PORTSDIR}/security/p11-kit \
        gcrypt:${PORTSDIR}/security/libgcrypt

CONFLICTS=  gnome-keyring-2.[0-9]*

USE_XZ=     yes
USE_GNOME=  gtk30 intlhack introspection:build
USES=       gettext pathfix pkgconfig shared-mime-info
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes

GLIB_SCHEMAS=   org.gnome.crypto.pgp.gschema.xml

.include <bsd.port.mk>