blob: 7ad450d0b0a4952b23328081ae3639531cdccb68 (
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
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= mate-calc
PORTVERSION= 1.26.0
PORTREVISION= 2
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>
|