# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name gnome-keyring epoch 1 version 2.32.1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers devans openmaintainer categories gnome platforms darwin license GPL-2+ description GNOME program for storing passwords. long_description \ gnome-keyring is a program that keep password and other secrets \ for users. It is run as a daemon in the session, similar to \ ssh-agent, andother applications can locate it by an environment \ variable. homepage http://live.gnome.org/GnomeKeyring/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums rmd160 cb72f171f5918ff26f40feb7bba90dc7e2e120ec \ sha256 31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9 patchfiles patch-pkcs11-secret-store-Makefile.am.diff \ patch-configure.in.diff \ patch-pam-gkr-pam-module.c.diff \ patch-egg-egg-asn1x.c.diff depends_build port:pkgconfig \ port:intltool \ port:gtk-doc depends_lib port:gtk2 \ port:dbus \ port:libgcrypt \ port:libtasn1 # Don't do intltool's INTLTOOL_PERL dance use_autoreconf yes autoreconf.args -fvi configure.args --with-gtk=2.0 \ --with-pam-dir=/usr/lib/pam \ --disable-silent-rules \ --disable-schemas-compile destroot.violate_mtree yes post-destroot { file delete ${destroot}/usr/lib/pam/pam_gnome_keyring.la } post-activate { system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome