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

PORTNAME=   gcr
PORTVERSION=    3.12.0
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 \
        vapigen:${PORTSDIR}/lang/vala-vapigen
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]*

USE_GNOME=  gtk30 gnomehier intlhack introspection:build
USES=       desktop-file-utils gettext gmake libtool pathfix pkgconfig \
        shared-mime-info tar:xz
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes

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

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*

.include <bsd.port.mk>