freebsd-ports/math/gnome-calculator/Makefile
Matthias Fechner 247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00

34 lines
908 B
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
PORTNAME= gnome-calculator
PORTVERSION= 42.0
PORTREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 calculator tool
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
vala:lang/vala
LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \
libgee-0.8.so:devel/libgee \
libhandy-1.so:x11-toolkits/libhandy \
libmpc.so:math/mpc \
libmpfr.so:math/mpfr \
libsoup-2.4.so:devel/libsoup
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \
python:3.6+,build tar:xz
USE_GNOME= gtk40 gtksourceview5 introspection libxml2
BINARY_ALIAS= python3=${PYTHON_VERSION}
GLIB_SCHEMAS= org.gnome.calculator.gschema.xml
.include <bsd.port.mk>