93cee186e6
Gnumeric 0.59 * Minor improvements to the autoformat dialog. Gnumeric 0.58 * Cleanup and general bugfixing in guile plugin. * Support for values inside the Guile interpreter * Undo for autoformat. * Beautify stf dialog. * Stf and other bugfixes. * Massive bug fixing spree. * Fix popup context menus. * 'General' number formats. * Some initial work on an MVC split for workbooks. * More work on double click fill support. * When format toolbar is vertical, replace font and size selectors with a button. * Fixed analysis tools for ranges not starting at A1. * Isolated floating-point-double reading code with endian-issues in one spot rather than in all file io plugins. * Fixed and updated the i18n subsystem, so it how should work more smooth - I will consider this very close to finished.
28 lines
789 B
Makefile
28 lines
789 B
Makefile
# $NetBSD: Makefile,v 1.24 2000/11/25 14:21:24 rh Exp $
|
|
#
|
|
|
|
DISTNAME= gnumeric-0.59
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/gnumeric/
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
|
|
DEPENDS+= gal>=0.2.2:../../devel/gal
|
|
DEPENDS+= gb>=0.0.15:../../lang/gb
|
|
DEPENDS+= libole2>=0.1.7:../../devel/libole2
|
|
DEPENDS+= oaf>=0.6.0:../../devel/oaf
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_X11BASE= YES
|
|
USE_PERL5= YES
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
LDFLAGS+= -Wl,-R${LOCALBASE}/lib
|
|
LDFLAGS+= -lunicode
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
|
CONFIGURE_ARGS= --without-bonobo
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|