blob: 5397059a18b7dfa627f77cada06352e87b62f624 (
plain) (
tree)
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/security/libsecret/Makefile 18393 2013-04-26 21:23:07Z kwm $
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= gcrypt:${PORTSDIR}/security/libgcrypt
USE_XZ= yes
USE_GNOME= gnomehier glib20 libxslt:build intltool introspection:build
USE_GMAKE= yes
USES= gettext pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-introspection
MAN1= secret-tool.1
.include <bsd.port.mk>
|