c0bcb3e3eb
Changes in version 3.12.0 are: * Build fixes Changes in version 3.11.92 are: * This library is now deprecated Changes in version 3.10.1 are: * Updated translations Changes in version 3.10.0 are: * Build fixes Changes in version 3.9.1 are: * Build fixes and tweaks Changes in version 3.8.0 are: * Updated translations Changes in version 3.7.92 are: * Updated translations Changes in version 3.7.91 are: * Build fixes [#691343] Changes in version 3.7.5 are: * Updated translations * Build fixes Changes in version 3.7.2 are: * Share the secure memory pool with libsecret and gcr * Other minor tweaks Changes in version 3.6.0 are: * Updated translations Changes in version 3.5.6 are: * More warnings about attributes not being stored secretly * Build fixes * Updated translations Changes in version 3.5.4 are: * Vala bindings Changes in version 3.5.3 are: * Fix debugging for G_MESSAGES_DEBUG * Some minor fixes to avoid vala regressions
24 lines
712 B
Makefile
24 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/08/28 13:24:38 wiz Exp $
|
|
|
|
DISTNAME= libgnome-keyring-3.12.0
|
|
CATEGORIES= security gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome-keyring/3.12/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME password and secret manager
|
|
|
|
CONFLICTS+= gnome-keyring<2.30
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config xgettext
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= library/gnome-keyring-1.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.2.1
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|