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