diff options
author | mycroft <mycroft> | 2002-07-19 04:32:34 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-19 04:32:34 +0000 |
commit | d317f8231d3d9b027d7dbf94b45cf5e1f177a55b (patch) | |
tree | acd8c0ececf1678447655e8016eca9de094f10ff /math | |
parent | dba267cb271e11d61678fe8feab51e4f0012fbf9 (diff) | |
download | pkgsrc-d317f8231d3d9b027d7dbf94b45cf5e1f177a55b.tar.gz |
Build with psiconv.
Also, add a missing @dirrm for the help directory.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric0/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric0/PLIST | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/math/gnumeric0/Makefile b/math/gnumeric0/Makefile index 2dc834df2db..de06298ec55 100644 --- a/math/gnumeric0/Makefile +++ b/math/gnumeric0/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/07/15 14:24:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/19 04:32:34 mycroft Exp $ # DISTNAME= gnumeric-0.75 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -21,7 +21,6 @@ LDFLAGS+= -Wl,-R${LOCALBASE}/lib LDFLAGS+= -lunicode CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5 CONFIGURE_ARGS+= --without-python -CONFIGURE_ARGS+= --without-psiconv LIBTOOL_OVERRIDE= ${WRKSRC}/libtool pre-configure: @@ -32,6 +31,7 @@ pre-configure: ${MV} $$i.fixed $$i ; \ done +.include "../../converters/psiconv/buildlink.mk" .include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/libglade/buildlink.mk" .include "../../devel/libole2/buildlink.mk" diff --git a/math/gnumeric0/PLIST b/math/gnumeric0/PLIST index 088d6903bf7..6dfb43e094e 100644 --- a/math/gnumeric0/PLIST +++ b/math/gnumeric0/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:50 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/07/19 04:32:35 mycroft Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -37,6 +37,10 @@ lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/oleo.la lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/oleo.so lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/plugin.xml lib/gnumeric/${PKGVERSION}-bonobo/plugins/plan_perfect/plugin.xml +lib/gnumeric/${PKGVERSION}-bonobo/plugins/psiconv/plugin.xml +lib/gnumeric/${PKGVERSION}-bonobo/plugins/psiconv/psiconv.a +lib/gnumeric/${PKGVERSION}-bonobo/plugins/psiconv/psiconv.la +lib/gnumeric/${PKGVERSION}-bonobo/plugins/psiconv/psiconv.so lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/plugin.xml lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/sc.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/sc.la @@ -769,10 +773,12 @@ share/pixmaps/gnumeric/top_border @dirrm share/gnumeric @dirrm share/gnome/help/gnumeric/C/images @dirrm share/gnome/help/gnumeric/C +@dirrm share/gnome/help/gnumeric @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/xml_sax @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/xbase @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/sylk @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc +@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/psiconv @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/plan_perfect @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/numtheory |