summaryrefslogtreecommitdiff
path: root/security/seahorse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r--security/seahorse/Makefile23
1 files changed, 17 insertions, 6 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 5133721fb16..647949c5ffc 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2003/05/27 15:50:04 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/27 17:17:38 jmmv Exp $
-DISTNAME= seahorse-0.7.0
-PKGREVISION= 2
+DISTNAME= seahorse-0.7.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/}
@@ -9,17 +8,29 @@ MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://seahorse.sourceforge.net/
COMMENT= GnuPG front end and bonobo component for Gnome
-DEPENDS= gnupg>=1.2.1:../../security/gnupg
-DEPENDS+= gnome2-dirs>=1.0:../../misc/gnome2-dirs
+BUILD_USES_MSGFMT= yes
+DEPENDS= gnupg>=1.2.1:../../security/gnupg
+DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_X11BASE= yes
+USE_X11= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GCONF2_SCHEMAS= seahorse.schemas
+post-patch:
+.for f in Makefile.in seahorse-context.c seahorse-marshal.c seahorse-marshal.h
+ ${MV} ${WRKSRC}/src/$f ${WRKSRC}/src/$f.orig
+ ${SED} -e 's/seahorse-marshal/seahorse_marshal/g' \
+ < ${WRKSRC}/src/$f.orig > ${WRKSRC}/src/$f
+.endfor
+ ${MV} ${WRKSRC}/src/seahorse-marshal.c ${WRKSRC}/src/seahorse_marshal.c
+ ${MV} ${WRKSRC}/src/seahorse-marshal.h ${WRKSRC}/src/seahorse_marshal.h
+ ${MV} ${WRKSRC}/src/seahorse-marshal.list \
+ ${WRKSRC}/src/seahorse_marshal.list
+
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libglade2/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"