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

PORTNAME=   libsecret
PORTVERSION=    0.15
CATEGORIES= security gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Library to access the secret service API

LIB_DEPENDS=    gcrypt:${PORTSDIR}/security/libgcrypt

USE_XZ=     yes
USES=       pathfix
USE_GNOME=  gnomehier glib20 libxslt:build intltool
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--disable-introspection --disable-vala

MAN1=       secret-tool.1

.include <bsd.port.mk>