343e51ce3f
changes: * Better documentation [Adam Schreiber] * Keyring backups not world readable. [Adam Schreiber] * Nautilus context menu items cleaned up. * Better file association for armor encoded keys. * Create agent socket inside user"s home directory. * Clearer status text for key operations. * Cleaned up menus and added GNOME features like dynamic accelerator assignment (ie: using GtkUIManager). * HIG polish and UI fixes. [Jim Pharis, Flavio daCosta] * Better command line handling and aded command line help. [Adam Schreiber] * Many bug and crasher fixes. -translation updates
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.41 2005/08/12 19:41:16 drochner Exp $
|
|
|
|
DISTNAME= seahorse-0.7.9
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/0.7/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://seahorse.sourceforge.net/
|
|
COMMENT= GnuPG front end and bonobo component for GNOME
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
DEPENDS+= gnupg>=1.2.1:../../security/gnupg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-gedit
|
|
|
|
GCONF2_SCHEMAS= seahorse.schemas
|
|
|
|
BUILDLINK_DEPENDS.gpgme+= gpgme>=1.0.1nb2
|
|
|
|
.include "../../databases/gnome-mime-data/buildlink3.mk"
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
.include "../../devel/eel2/buildlink3.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../net/libsoup-devel/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
|
.include "../../sysutils/nautilus/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|