aboutsummaryrefslogtreecommitdiff
path: root/devel/blueprint-compiler/Makefile
blob: 2a5d7a6417d1598e306bccd1ea89b87640ad3fa2 (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
24
25
26
27
28
PORTNAME=	blueprint-compiler
DISTVERSIONPREFIX=	v
DISTVERSION=	0.8.1
CATEGORIES=	devel

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Markup language for GTK user interfaces
WWW=		https://gitlab.gnome.org/jwestman/blueprint-compiler

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/COPYING

TEST_DEPENDS=	gtk4>0:x11-toolkits/gtk40

USES=		gnome meson python shebangfix
USE_GITLAB=	yes
USE_GNOME=	pygobject3
GL_SITE=	https://gitlab.gnome.org
GL_ACCOUNT=	jwestman
GL_COMMIT=	aa7679618e864748f4f4d8f15283906e712752fe
SHEBANG_FILES=	${PORTNAME}.py
NO_ARCH=	yes

post-patch:
# Derive Python version from Meson
	@${REINPLACE_CMD} -e "s,'python3',," ${WRKSRC}/meson.build

.include <bsd.port.mk>