aboutsummaryrefslogblamecommitdiff
path: root/math/mate-calc/Makefile
blob: 7478d55fe6137e6704cd70741bd961e83f43f25c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                    

                         
                      









                                                                              
                                        

                                    


                             
                                                              





                                                       
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	mate-calc
PORTVERSION=	1.26.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

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 gdkpixbuf2 gtk30 intlhack libxml2
GNU_CONFIGURE=	yes

GLIB_SCHEMAS=	org.mate.calc.gschema.xml

.include <bsd.port.mk>