2fcaebe6da
Despite the changelog, the meson files are not included in the distribution, so keep using autoconf for this release. 0.18.8 * Add support for g_autoptr() to our types [!11] * Remove deprecated g_type_class_add_private() [!14] * Bump GLib dependency (2.44+) * Add meson build support [!9] * Fix vapi generation [!15, ...] * Build fixes [!12, !13] * Updated translations
28 lines
928 B
Makefile
28 lines
928 B
Makefile
# $NetBSD: Makefile,v 1.16 2019/08/16 10:16:00 wiz Exp $
|
|
|
|
DISTNAME= libsecret-0.18.8
|
|
CATEGORIES= security gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/0.18/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://wiki.gnome.org/Projects/Libsecret
|
|
COMMENT= GObject based library for accessing the Secret Service API
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
|
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
|
|
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool pkg-config msgfmt gsed
|
|
|
|
PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in
|
|
PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|