summaryrefslogtreecommitdiffstats
path: root/security/gcr/Makefile
blob: 9f164b1ec0a972f107f6134d59db6cf2c97802d2 (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: ports/trunk/security/gcr/Makefile 18610 2013-06-30 16:33:05Z marcus $

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=    libdbus-1.so:${PORTSDIR}/devel/dbus \
        libtasn1.so:${PORTSDIR}/security/libtasn1 \
        libp11-kit.so:${PORTSDIR}/security/p11-kit \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt

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

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

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

.include <bsd.port.mk>