diff --git a/graphics/drawing/Makefile b/graphics/drawing/Makefile index c2f63395e294..bb6bb8a8e8ea 100644 --- a/graphics/drawing/Makefile +++ b/graphics/drawing/Makefile @@ -1,25 +1,25 @@ PORTNAME= drawing DISTVERSION= 0.8.5 CATEGORIES= graphics -MAINTAINER= nc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Drawing application for the GNOME desktop WWW= https://maoschanz.github.io/drawing/ 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