freebsd-ports/security/libsecret/Makefile
Tobias C. Berner 2edae18257 security/libsecret: Update to 0.20.4
PR:		250494
Exp-run by:	antoine
Submitted by:	Neel Chauhan <neel@neelc.org>
2020-10-27 04:27:25 +00:00

27 lines
656 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libsecret
PORTVERSION= 0.20.4
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:textproc/docbook-xsl \
vala:lang/vala
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
USES= gettext gmake gnome libtool localbase 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
.include <bsd.port.mk>