1999-01-05 08:00:41 +00:00
|
|
|
# New ports collection makefile for: gnumeric
|
|
|
|
# Date created: 08 October 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-26 11:58:07 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-10-26 11:58:07 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= gnumeric
|
2000-04-19 15:07:43 +00:00
|
|
|
PORTVERSION= 0.52
|
1999-03-09 01:13:40 +00:00
|
|
|
CATEGORIES= math gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnumeric
|
1998-10-26 11:58:07 +00:00
|
|
|
|
2000-01-07 02:07:00 +00:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1998-10-26 11:58:07 +00:00
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
|
|
|
python:${PORTSDIR}/lang/python
|
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
|
|
|
python:${PORTSDIR}/lang/python
|
2000-04-19 15:07:43 +00:00
|
|
|
LIB_DEPENDS= gnomeprint.7:${PORTSDIR}/print/gnomeprint \
|
2000-03-21 17:47:33 +00:00
|
|
|
glade.3:${PORTSDIR}/devel/libglade
|
1999-03-09 01:13:40 +00:00
|
|
|
|
1999-05-30 03:50:35 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-10-26 11:58:07 +00:00
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
USE_PERL5= yes
|
1999-10-14 09:20:39 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-30 03:50:35 +00:00
|
|
|
USE_LIBTOOL= yes
|
1998-10-26 11:58:07 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-05-30 03:50:35 +00:00
|
|
|
--with-gnome=${PREFIX} --with-guile
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-10-26 11:58:07 +00:00
|
|
|
|
2000-01-02 10:48:05 +00:00
|
|
|
PLIST_SUB= GNUMERIC_REV=${DISTNAME:S/gnumeric-//g}
|
|
|
|
|
1998-10-26 11:58:07 +00:00
|
|
|
.include <bsd.port.mk>
|