Files
ports/math/gnome-calculator/Makefile
T
Tobias C. Berner c157c2bcd6 math/gnome-calculator: add missing dependency on introspection
- this could likely be optionified

PR:		250331
Reported by:	Marko Cupać <marko.cupac@mimar.rs>
2020-12-22 17:40:34 +00:00

34 lines
777 B
Makefile

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