summaryrefslogtreecommitdiffstats
path: root/math/gnumeric2
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-26 11:58:07 +0000
committervanilla <vanilla@FreeBSD.org>1998-10-26 11:58:07 +0000
commit49ac777054bd1f14b9be3ffd73ca08d58e5aea1e (patch)
tree87e86781cd2855ec06eab39ec7fadbe4b6b61944 /math/gnumeric2
parent641f38a9af2d67791d828586e4078f38ba11196c (diff)
downloadFreeBSD-ports-49ac777054bd1f14b9be3ffd73ca08d58e5aea1e.zip
FreeBSD-ports-49ac777054bd1f14b9be3ffd73ca08d58e5aea1e.tar.gz
Import gnumeric to math.
Reviewed by: asami
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile32
-rw-r--r--math/gnumeric2/distinfo1
-rw-r--r--math/gnumeric2/files/patch-aa20
-rw-r--r--math/gnumeric2/pkg-comment1
-rw-r--r--math/gnumeric2/pkg-descr1
-rw-r--r--math/gnumeric2/pkg-plist15
6 files changed, 70 insertions, 0 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
new file mode 100644
index 0000000..a3194b8
--- /dev/null
+++ b/math/gnumeric2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnumeric
+# Version required: 0.3
+# Date created: 08 October 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $Id$
+#
+
+DISTNAME= gnumeric-0.3
+CATEGORIES= math
+MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.gnome.org/pub/GNOME/sources/
+
+MAINTAINER= Nakai@technologist.com
+
+LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml
+LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome \
+ --with-gnome=${X11BASE}
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
+ -I${X11BASE}/include" \
+ GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
new file mode 100644
index 0000000..598a2f0
--- /dev/null
+++ b/math/gnumeric2/distinfo
@@ -0,0 +1 @@
+MD5 (gnumeric-0.3.tar.gz) = a5f200fb74a4b1663a0edd5b1143111c
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
new file mode 100644
index 0000000..3b0ac71
--- /dev/null
+++ b/math/gnumeric2/files/patch-aa
@@ -0,0 +1,20 @@
+--- configure.orig Wed Sep 30 13:51:50 1998
++++ configure Fri Oct 23 00:46:12 1998
+@@ -930,12 +930,12 @@
+
+
+ if test "$no_gnome_config" = "yes"; then
+- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
+-echo "configure:935: checking for gnomeConf.sh file in $gnome_prefix" >&5
+- if test -f $gnome_prefix/gnomeConf.sh; then
++ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
++echo "configure:935: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
++ if test -f $prefix/share/gnome/gnomeConf.sh; then
+ echo "$ac_t""found" 1>&6
+- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh"
+- . $gnome_prefix/gnomeConf.sh
++ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh"
++ . $prefix/share/gnome/gnomeConf.sh
+
+ else
+ echo "$ac_t""not found" 1>&6
diff --git a/math/gnumeric2/pkg-comment b/math/gnumeric2/pkg-comment
new file mode 100644
index 0000000..d8c5dca
--- /dev/null
+++ b/math/gnumeric2/pkg-comment
@@ -0,0 +1 @@
+The GNOME spreadsheet
diff --git a/math/gnumeric2/pkg-descr b/math/gnumeric2/pkg-descr
new file mode 100644
index 0000000..d8c5dca
--- /dev/null
+++ b/math/gnumeric2/pkg-descr
@@ -0,0 +1 @@
+The GNOME spreadsheet
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist
new file mode 100644
index 0000000..e14901a
--- /dev/null
+++ b/math/gnumeric2/pkg-plist
@@ -0,0 +1,15 @@
+bin/gnumeric
+share/gnome/apps/Productivity/gnumeric.desktop
+share/gnome/gnumeric/plugins/libsample.a
+share/gnome/gnumeric/plugins/libsample.la
+share/gnome/gnumeric/plugins/libsample.so
+share/gnome/gnumeric/plugins/libsample.so.0
+share/locale/es/LC_MESSAGES/gnumeric.mo
+share/locale/es@mx/LC_MESSAGES/gnumeric.mo
+share/locale/fr/LC_MESSAGES/gnumeric.mo
+share/locale/hu/LC_MESSAGES/gnumeric.mo
+share/locale/it/LC_MESSAGES/gnumeric.mo
+share/locale/ko/LC_MESSAGES/gnumeric.mo
+share/locale/pt/LC_MESSAGES/gnumeric.mo
+@dirrm share/gnome/gnumeric/plugins
+@dirrm share/gnome/gnumeric
OpenPOWER on IntegriCloud