diff options
Diffstat (limited to 'math/gnome-calculator/Makefile')
-rw-r--r-- | math/gnome-calculator/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index e478fc945f70..1f7a45a12a17 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,29 +1,33 @@ PORTNAME= gnome-calculator -PORTVERSION= 47.1 +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= 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 libadwaita +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> |