diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 3479b1ba3292..2020925bbc1e 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -1,31 +1,31 @@ PORTNAME= mate-calc DISTVERSION= 1.28.0 PORTREVISION= 2 CATEGORIES= math mate MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= MATE calculator tool based on the old calctool for OpenWindows WWW= https://mate-desktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libmpc.so:math/mpc \ libmpfr.so:math/mpfr USES= gettext gmake gnome localbase pkgconfig tar:xz USE_GITHUB= nodefault GH_ACCOUNT= mate-desktop USE_GNOME= cairo gdkpixbuf gtk30 intlhack libxml2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PORTSCOUT= limitw:1,even +PORTSCOUT= site:https://github.com/mate-desktop/mate-calc/releases/ limitw:1,even GLIB_SCHEMAS= org.mate.calc.gschema.xml MAKE_JOBS_UNSAFE= yes .include