1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/math/mate-calc/Makefile
Eric Turgeon 7d2d36aed6 Updating MATE ports to and patch for MATE 1.20
Reviewed by:	kwm
Approved by:	bapt (mentor)
2018-04-13 21:16:56 +00:00

27 lines
567 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-calc
PORTVERSION= 1.20.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 pkgconfig localbase tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack libxml2
GNU_CONFIGURE= yes
GLIB_SCHEMAS= org.mate.calc.gschema.xml
.include <bsd.port.mk>