summaryrefslogtreecommitdiffstats
path: root/security/gcr/Makefile
blob: 3dd26ec2bbc6081bcd1f9b78d58f5bd9e32deb6c (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
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:   gcr
# Date Created:         26 May 2012
# Whom:             Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$
#

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

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

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
        update-mime-database:${PORTSDIR}/misc/shared-mime-info \
        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
RUN_DEPENDS=    update-mime-database:${PORTSDIR}/misc/shared-mime-info

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

USE_XZ=     yes
USE_GNOME=  gnomehack gtk30 pkgconfig intlhack
USE_GETTEXT=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
#USE_LDCONFIG=  yes
#CONFIGURE_ARGS=    --disable-gtk-doc \
#CPPFLAGS=  -I${LOCALBASE}/include
#LDFLAGS=   -L${LOCALBASE}/lib

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

.include <bsd.port.mk>