Prune audio/xmmix
[dports.git] / security / gnome-keyring / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-keyring
5 PORTVERSION=    3.18.3
6 PORTREVISION=   4
7 CATEGORIES=     security gnome
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Program that keeps passwords and other secrets
13
14 BUILD_DEPENDS=  ca_root_nss>=0:security/ca_root_nss \
15                 docbook-xsl>=0:textproc/docbook-xsl \
16                 gcr>=3.5.3:security/gcr
17 LIB_DEPENDS=    libdbus-1.so:devel/dbus \
18                 libgcr-3.so:security/gcr \
19                 libtasn1.so:security/libtasn1 \
20                 libp11-kit.so:security/p11-kit \
21                 libgcrypt.so:security/libgcrypt
22 RUN_DEPENDS=    ca_root_nss>=0:security/ca_root_nss \
23                 pinentry-gnome3:security/pinentry-gnome3
24
25 PORTSCOUT=      limitw:1,even
26
27 USE_GNOME=      gtk30 intlhack libxslt:build
28 USES=           compiler:c11 cpe gettext gmake gnome libtool pathfix \
29                 pkgconfig tar:xz
30 CPE_VENDOR=     gnome
31 INSTALLS_ICONS= yes
32 GNU_CONFIGURE=  yes
33 USE_LDCONFIG=   yes
34 CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib"
35 CPPFLAGS+=      -I${LOCALBASE}/include
36 LIBS+=          -L${LOCALBASE}/lib
37 INSTALL_TARGET= install-strip
38 GLIB_SCHEMAS=   org.gnome.crypto.cache.gschema.xml
39
40 SUB_FILES=      pkg-message
41
42 .include <bsd.port.mk>