f190ea92a4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2006/09/16 12:20:40 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-keyring-manager-2.16.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= security gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring-manager/2.16/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://gnomesupport.org/wiki/index.php/GNOME_Keyring_Manager_Wiki
|
|
COMMENT= GNOME password and secret manager
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= gnome2-1.6
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
GCONF2_SCHEMAS= gnome-keyring-manager.schemas
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libglade2/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/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|