27 lines
711 B
Makefile
27 lines
711 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/03/03 00:12:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libgnome-keyring-2.32.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= security gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome-keyring/2.32/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME password and secret manager
|
|
|
|
CONFLICTS+= gnome-keyring<2.30
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= library/gnome-keyring-1.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|