blob: 0b4369e7f9f7401dfa89500ad05caa08e73aa2c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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>
|