blob: 37884888f268c00ed682d5ee99c268a685bb3288 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.5 2003/01/10 07:49:51 cjep Exp $
DISTNAME= seahorse-0.5.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/}
MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://seahorse.sourceforge.net
COMMENT= GnuPG front end and bonobo component for Gnome
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11BASE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
DEPENDS+= gnupg>=1.0:../../security/gnupg
.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|