summaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile41
1 files changed, 20 insertions, 21 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 47849f67059..8a569c2657a 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,28 +1,27 @@
-# $NetBSD: Makefile,v 1.21 2000/10/15 17:38:54 rh Exp $
+# $NetBSD: Makefile,v 1.22 2000/10/17 17:24:18 rh Exp $
#
-DISTNAME= gnumeric-0.56
-PKGNAME= ${DISTNAME}nb1
-CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
+DISTNAME= gnumeric-0.57
+CATEGORIES= math gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.gnome.org/gnumeric/
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/gnumeric/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
-DEPENDS+= gnome-core-*:../../x11/gnome-core
-DEPENDS+= gnome-print>=0.23:../../print/gnome-print
-DEPENDS+= libxml>=1.8.7:../../textproc/libxml
-DEPENDS+= libglade>=0.13:../../devel/libglade
-DEPENDS+= libole2>=0.1.5:../../devel/libole2
+BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
+DEPENDS+= gal>=0.1:../../devel/gal
+DEPENDS+= gb>=0.0.12:../../lang/gb
+DEPENDS+= libole2>=0.1.5:../../devel/libole2
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-USE_X11BASE= YES
-USE_PERL5= YES
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ARGS= --without-bonobo
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+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"