1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/mate-calc/Makefile
Pawel Pekala 77cd0c84e7 Remove PORTSDIR from BUILD_DEPENDS
Approved by:	just fix it
2017-07-04 15:28:50 +00:00

27 lines
567 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-calc
PORTVERSION= 1.18.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
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>