summaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile35
1 files changed, 10 insertions, 25 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 4a238b9a4a3c..c1314b703638 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,37 +1,33 @@
PORTNAME= gnumeric
-PORTVERSION= 1.12.52
-PORTREVISION= 4
+PORTVERSION= 1.12.59
CATEGORIES= math gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME spreadsheet program
-WWW= http://www.gnumeric.org
+WWW= https://www.gnumeric.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
ginstall:sysutils/coreutils
-LIB_DEPENDS= libgoffice-0.10.so:devel/goffice \
- libfribidi.so:converters/fribidi \
- libpsiconv.so:converters/psiconv
+LIB_DEPENDS= libgoffice-0.10.so:devel/goffice
USES= cpe desktop-file-utils gettext gmake gnome libtool \
localbase pathfix pkgconfig python shebangfix tar:xz
-USE_GNOME= cairo intlhack gtk30 libgsf pygobject3
+CPE_VENDOR= gnome
+USE_GNOME= cairo gdkpixbuf glib20 intltool:build introspection gtk30 \
+ libgsf libxml2 pango pygobject3
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS= \
+CONFIGURE_ARGS= --without-gda \
--without-paradox \
- --without-python \
- --enable-introspection
+ --without-psiconv \
+ --enable-introspection=yes
INSTALL_TARGET= install-strip
-CPE_VENDOR= gnome
-
GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \
org.gnome.gnumeric.gschema.xml \
org.gnome.gnumeric.plugin.gschema.xml
@@ -46,25 +42,14 @@ PLIST_SUB= VERSION=${PORTVERSION} \
SHORT_VER=${PORTVERSION:R}
OPTIONS_SUB= yes
-OPTIONS_DEFINE= PERL GDA
+OPTIONS_DEFINE= PERL
OPTIONS_DEFAULT=PERL
-GDA_DESC= Gnome Database Access plugin
-PERL_DESC= Support Perl as extension language
PERL_USES= perl5
PERL_CONFIGURE_WITH= perl
-GDA_CONFIGURE_WITH= gda
-GDA_USE= GNOME=libgda5-ui
-
post-patch:
@${REINPLACE_CMD} -e 's|^GETTEXT_PACKAGE=gnumeric-$${VERSION}|GETTEXT_PACKAGE=gnumeric|g' \
${WRKSRC}/configure
-post-install:
- ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d \
- ${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION}
- ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d \
- ${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION}
-
.include <bsd.port.mk>