mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
689b8f0f8f
Update math/gnumeric to 1.12.61 2026-04-29 Morten Welinder <terra@gnome.org> * Release 1.12.61 2026-04-04 Morten Welinder <terra@gnome.org> * src/stf-parse.c (guess_line_endings): New function. We'll preserve line endings on cvs->cvs or cvs->txt conversion. At least if they are consistent. 2026-03-26 Morten Welinder <terra@gnome.org> * src/stf-parse.c (stf_parse_sheet): Move error messages needing translation outside the changed-locale region used for parsing. 2026-02-10 Morten Welinder <terra@gnome.org> * configure.ac: Post-release bump. Remove unneeded patch PR: 294909
56 lines
1.4 KiB
Makefile
56 lines
1.4 KiB
Makefile
PORTNAME= gnumeric
|
|
PORTVERSION= 1.12.61
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME spreadsheet program
|
|
WWW= https://gnome.pages.gitlab.gnome.org/gnumeric-web/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
ginstall:sysutils/coreutils
|
|
LIB_DEPENDS= libgoffice-0.10.so:devel/goffice
|
|
|
|
USES= cpe desktop-file-utils gettext-tools gmake gnome libtool \
|
|
localbase pathfix pkgconfig python shebangfix tar:xz
|
|
CPE_VENDOR= gnome
|
|
USE_GNOME= cairo gdkpixbuf glib20 intltool:build introspection gtk30 \
|
|
libgsf libxml2 pango pygobject3
|
|
GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \
|
|
org.gnome.gnumeric.gschema.xml \
|
|
org.gnome.gnumeric.plugin.gschema.xml
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= plugins/perl-func/perl_func.pl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-gda \
|
|
--without-paradox \
|
|
--without-psiconv \
|
|
--enable-introspection=yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
BINARY_ALIAS= python=${PYTHON_CMD} \
|
|
install=ginstall
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION} \
|
|
GOFFICE=0.10 \
|
|
SHORT_VER=${PORTVERSION:R}
|
|
|
|
OPTIONS_DEFINE= PERL
|
|
OPTIONS_DEFAULT=PERL
|
|
OPTIONS_SUB= yes
|
|
|
|
PERL_USES= perl5
|
|
PERL_CONFIGURE_WITH= perl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^GETTEXT_PACKAGE=gnumeric-$${VERSION}|GETTEXT_PACKAGE=gnumeric|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|