help/meson.build:2:6: ERROR: Program 'itstool' not found or not executable PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/26c1869a142a
24 lines
645 B
Makefile
24 lines
645 B
Makefile
PORTNAME= drawing
|
|
DISTVERSION= 0.8.5
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Drawing application for the GNOME desktop
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
|
|
itstool:textproc/itstool
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
|
|
|
|
USES= desktop-file-utils gettext gnome meson pkgconfig python:3.6+ \
|
|
shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= maoschanz
|
|
USE_GNOME= gtk30 pygobject3
|
|
|
|
GLIB_SCHEMAS= com.github.maoschanz.drawing.gschema.xml
|
|
SHEBANG_FILES= build-aux/meson/postinstall.py
|
|
|
|
.include <bsd.port.mk>
|