# $Id: Portfile,v 1.5 2005/10/15 06:03:25 rhwood Exp $ PortSystem 1.0 name seahorse version 0.8 description Seahorse is a Gnome interface for GnuPG. long_description Seahorse is a Gnome interface for GnuPG. It's main \ purpose is to be a PGP/GPG Key Manager, though it has other \ components including a text editor and file manager. maintainers gnome-darwinports@opendarwin.org rhwood@opendarwin.org categories gnome platforms darwin homepage http://seahorse.sourceforge.net/ master_sites gnome:sources/seahorse/0.8/ use_bzip2 yes checksums rmd160 f6e02ebef8f4e26ff64890e551dc6f35c0442007 depends_lib lib:libgpgme:gpgme lib:gnome-session:gnome-session configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ LDFLAGS="-L${prefix}/lib -lpth" pre-configure { reinplace "s|chmod u+s \$(bindir)/seahorse-agent|chmod u+s ${destroot}${prefix}/bin/seahorse-agent|g" \ ${worksrcpath}/agent/Makefile.in }