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

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

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

BUILD_DEPENDS=  docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS=    libgcrypt.so:${PORTSDIR}/security/libgcrypt

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_GNOME=  gnomehier glib20 libxslt:build intltool \
        introspection:build
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--enable-introspection
INSTALL_TARGET= install-strip

.include <bsd.port.mk>