summaryrefslogtreecommitdiff
path: root/math/mate-calc/Makefile
blob: 21b07bb6e62b597c0b54b138108df719fc4a7f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	mate-calc
PORTVERSION=	1.28.0
CATEGORIES=	math mate
MASTER_SITES=	MATE
DIST_SUBDIR=	mate

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

PORTSCOUT=	limitw:1,even

USES=		gettext gmake gnome localbase pkgconfig tar:xz
USE_GNOME=	cairo gdkpixbuf gtk30 intlhack libxml2
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

GLIB_SCHEMAS=	org.mate.calc.gschema.xml

MAKE_JOBS_UNSAFE=	yes

.include <bsd.port.mk>