b55220e170
Gnumeric 0.61: * Fix formatting mistakes in documentation. * Some work on the name dialog. * Work on sheet object persistence. * Begin honouring the current format when parsing. * More work on merged cell support. * Improve cursor rubber banding when selecting a range. * Fix scripts generating documentation. * Fixed lotus file format loader. (Magic detection, avoid unaligned memory accesses, leaks.) Gnumeric 0.60: * Initial work on supporting merged cells. * Improve sheet object and cell comment infrastructure. * More work on expression relocation. * Bugs. * Improve XL export of non-builtin functions. * Semi-smart undo/redo list truncation. * Fix serious crash during gnumeric-format save. * Plug leaks.
28 lines
787 B
Makefile
28 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.25 2000/12/30 18:43:31 rh Exp $
|
|
#
|
|
|
|
DISTNAME= gnumeric-0.61
|
|
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.3:../../devel/gal
|
|
DEPENDS+= gb>=0.0.17:../../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"
|