summaryrefslogtreecommitdiffstats
path: root/security/libsecret/Makefile
blob: 44fdd807fa2def2a674ae713a5134d07491f2ead (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: ports/trunk/security/libsecret/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   libsecret
PORTVERSION=    0.15
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

USE_XZ=     yes
USE_GNOME=  gnomehier glib20 libxslt:build intltool introspection:build
USES=       gettext gmake pathfix pkgconfig
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--enable-introspection

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0

.include <bsd.port.mk>