1999-01-05 03:00:41 -05:00
|
|
|
# New ports collection makefile for: gnumeric
|
|
|
|
# Date created: 08 October 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-26 06:58:07 -05:00
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1998-10-26 06:58:07 -05:00
|
|
|
#
|
|
|
|
|
2000-04-14 03:20:58 -04:00
|
|
|
PORTNAME= gnumeric
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 17:51:17 -04:00
|
|
|
PORTVERSION= 0.64
|
2001-01-24 11:03:49 -05:00
|
|
|
CATEGORIES?= math gnome
|
1999-01-27 03:31:54 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 14:08:13 -05:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnumeric
|
1998-10-26 06:58:07 -05:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
1998-10-26 06:58:07 -05:00
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 17:51:17 -04:00
|
|
|
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
|
2000-06-28 12:11:42 -04:00
|
|
|
gnomeole2.0:${PORTSDIR}/devel/libole2 \
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 17:51:17 -04:00
|
|
|
gal.6:${PORTSDIR}/x11-toolkits/gal \
|
|
|
|
gb.0:${PORTSDIR}/lang/gnomebasic \
|
|
|
|
gda-common.0:${PORTSDIR}/databases/libgda
|
1999-03-08 20:13:40 -05:00
|
|
|
|
2000-10-05 03:17:31 -04:00
|
|
|
USE_X_PREFIX= yes
|
1999-03-08 20:13:40 -05:00
|
|
|
USE_PERL5= yes
|
1999-10-14 05:20:39 -04:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 03:17:31 -04:00
|
|
|
USE_GNOME= yes
|
2000-10-20 12:25:09 -04:00
|
|
|
USE_PYTHON= yes
|
1999-05-29 23:50:35 -04:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 17:51:17 -04:00
|
|
|
CONFIGURE_ARGS= --without-bonobo
|
1999-05-29 23:50:35 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-10-11 14:31:36 -04:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
1998-10-26 06:58:07 -05:00
|
|
|
|
2000-05-17 12:29:09 -04:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2000-01-02 05:48:05 -05:00
|
|
|
|
2000-08-04 12:11:37 -04:00
|
|
|
pre-patch:
|
2001-03-29 11:35:19 -05:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-03 21:19:21 -04:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
1998-10-26 06:58:07 -05:00
|
|
|
.include <bsd.port.mk>
|