diff options
Diffstat (limited to 'math/gnome-calculator/Makefile')
-rw-r--r-- | math/gnome-calculator/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 0518864cf09a..1f7a45a12a17 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,32 +1,33 @@ PORTNAME= gnome-calculator -PORTVERSION= 43.0.1 -PORTREVISION= 3 +PORTVERSION= 47.3 +PORTREVISION= 1 CATEGORIES= math gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME calculator tool -WWW= https://live.gnome.org/Gcalctool +WWW= https://apps.gnome.org/Calculator/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^47\. + BUILD_DEPENDS= itstool:textproc/itstool -LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ - libgee-0.8.so:devel/libgee \ - libhandy-1.so:x11-toolkits/libhandy \ +LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr \ libsoup-3.0.so:devel/libsoup3 -PORTSCOUT= limitw:1,even - USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \ python:build tar:xz vala:build -USE_GNOME= gtk40 gtksourceview5 introspection libxml2 +USE_GNOME= glib20 gtk40 gtksourceview5 introspection:build libxml2 \ + libadwaita BINARY_ALIAS= python3=${PYTHON_VERSION} +MESON_ARGS= -Ddoc=false + GLIB_SCHEMAS= org.gnome.calculator.gschema.xml .include <bsd.port.mk> |