pkgsrc/security/libsecret/Makefile
prlw1 c7d3d5b5d2 Put gdbus-codgen back into operation
- Revert "Move gdbus-codegen users to py-glib2-tools by including
  glib2/buildtools.mk" 1f764df
- while here change to TOOL_DEPENDS
- switch from py-glib2-tools to glib2-tools
2017-10-15 22:31:01 +00:00

28 lines
930 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/10/15 22:31:02 prlw1 Exp $
DISTNAME= libsecret-0.18.5
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.38.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "options.mk"
.include "../../mk/bsd.pkg.mk"