freebsd-ports/security/libsecret/Makefile
Koop Mast 2d99b1ed47 libsecret is a library for storing and retrieving passwords and other
secrets. It communicates with the "Secret Service" using
DBus. gnome-keyring and ksecretservice are both implementations
of a Secret Service. interfaces and classes for commonly used
data structures. interfaces and classes for commonly used data structures.

Obtained from:	GNOME dev repo
2014-03-08 16:53:19 +00:00

26 lines
748 B
Makefile

# 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 libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-introspection --disable-vala
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0
.include <bsd.port.mk>