aboutsummaryrefslogtreecommitdiff
path: root/math/mate-calc/Makefile
blob: 168e1cdc1f4c283eb856c753ff78822e009e1397 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	mate-calc
PORTVERSION=	1.24.1
CATEGORIES=	math mate
MASTER_SITES=	MATE
DIST_SUBDIR=	mate

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	MATE calculator tool based on the old calctool for OpenWindows

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	itstool:textproc/itstool

PORTSCOUT=	limitw:1,even

USES=		gettext gmake gnome localbase pkgconfig tar:xz
USE_GNOME=	cairo gdkpixbuf2 gtk30 intlhack libxml2
GNU_CONFIGURE=	yes

GLIB_SCHEMAS=	org.mate.calc.gschema.xml

.include <bsd.port.mk>