aboutsummaryrefslogtreecommitdiff
path: root/graphics/drawing/Makefile
blob: 99d2a725e58f3b7bf3685f4eccafc396500099f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	drawing
DISTVERSION=	0.6.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}
RUN_DEPENDS=	${BUILD_DEPENDS}

USES=		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
INSTALLS_ICONS=	yes
SHEBANG_FILES=	build-aux/meson/postinstall.py

.include <bsd.port.mk>