blob: 735ced5b15b0fac73aaf7d037e883b0ba7fc0aed (
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 17271 2013-04-01 15:16:27Z kwm $
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>
|