blob: 4df239f67e73662349a68f179410957d80661a1e (
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/security/libsecret/Makefile 20031 2014-11-02 21:47:55Z kwm $
PORTNAME= libsecret
PORTVERSION= 0.18
PORTREVISION= 3
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to access the secret service API
LICENSE= LGPL21
BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
vala:${PORTSDIR}/lang/vala
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 libxslt:build intltool \
introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-introspection
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|