pkgsrc/math/gnumeric/Makefile
rh 1a1a6b81ed Update gnumeric to 1.0.12. Changes include:
* Guile support (NetBSD package)
	* Bugfixes
        * backport small text import cleanup.
        * Remove the patch to the xml importer in 1.0.11 and solve the
          problem using a blunt object.
        * Support the global outline buttons
        * Use the back port of the new xml parser in libxml1 (thanks DV)
        * Fix GAMMAINV.
2003-01-09 12:41:11 +00:00

45 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.65 2003/01/09 12:41:11 rh Exp $
#
DISTNAME= gnumeric-1.0.12
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/gnumeric/
COMMENT= Spreadsheet program from the GNOME project
# wctype.h is found on NetBSD 1.5R and later
ONLY_FOR_PLATFORM= NetBSD-1.5[R-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* SunOS-*-*
# for Python support a shared libpython is required but not provided yet
#BUILD_DEPENDS+= python>=2.0:../../lang/python
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_PERL5= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-psiconv
CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
LIBS+= -lunicode
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/bonobo/buildlink2.mk"
.include "../../devel/gal/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/libglade/buildlink2.mk"
.include "../../devel/libole2/buildlink2.mk"
.include "../../devel/oaf/buildlink2.mk"
.include "../../lang/guile/buildlink2.mk"
.include "../../print/gnome-print/buildlink2.mk"
.include "../../textproc/libunicode/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
.include "../../textproc/scrollkeeper/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"