Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/gnome-keyring-manager/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/gnome-keyring-manager/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.20 diff -u -p -r1.1 -r1.20 --- pkgsrc/security/gnome-keyring-manager/Attic/Makefile 2006/04/01 18:18:32 1.1 +++ pkgsrc/security/gnome-keyring-manager/Attic/Makefile 2009/07/22 09:01:45 1.20 @@ -1,33 +1,34 @@ -# $NetBSD: Makefile,v 1.1 2006/04/01 18:18:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:45 wiz Exp $ # -DISTNAME= gnome-keyring-manager-2.14.0 +DISTNAME= gnome-keyring-manager-2.20.0 +PKGREVISION= 1 CATEGORIES= security gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring-manager/2.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring-manager/2.20/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= jmmv@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnomesupport.org/wiki/index.php/GNOME_Keyring_Manager_Wiki COMMENT= GNOME password and secret manager -BUILD_USES_MSGFMT= YES +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_DIRS+= gnome2-1.6 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config -GCONF2_SCHEMAS= gnome-keyring-manager.schemas +GCONF_SCHEMAS= gnome-keyring-manager.schemas -.include "../../devel/GConf2/schemas.mk" +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 + +.include "../../devel/GConf/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../security/gnome-keyring/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"