mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
77cd0c84e7
Approved by: just fix it
27 lines
567 B
Makefile
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>
|