Files
ports/graphics/drawing/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

24 lines
616 B
Makefile

PORTNAME= drawing
DISTVERSION= 0.8.3
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}
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>