summaryrefslogtreecommitdiff
path: root/security/seahorse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r--security/seahorse/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
new file mode 100644
index 00000000000..cbaad3144f0
--- /dev/null
+++ b/security/seahorse/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/24 14:38:19 agc Exp $
+
+DISTNAME= seahorse-0.5.0
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/}
+
+MAINTAINER= jmmv@hispabsd.org
+HOMEPAGE= http://seahorse.sourceforge.net
+COMMENT= GnuPG front end and bonobo component for Gnome
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+DEPENDS+= gnupg>=1.0:../../security/gnupg
+
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"