aboutsummaryrefslogtreecommitdiff
path: root/cad/antimony/Makefile
blob: 53e8efb81be98f470315374e46adcffc1ca1b0fd (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
PORTNAME=	antimony
DISTVERSION=	0.9.3-20230118
CATEGORIES=	cad
PKGNAMESUFFIX=	-cad

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	CAD from a parallel universe
WWW=		https://www.mattkeeter.com/projects/antimony/3/ \
		https://github.com/mkeeter/antimony

LICENSE=	MIT

BUILD_DEPENDS=	lemon:devel/lemon
LIB_DEPENDS=	${PY_BOOST} \
		libpng16.so:graphics/png

USES=		cmake python qt:5
USE_QT=		concurrent core gui network opengl widgets buildtools:build qmake:build

USE_GITHUB=	yes
GH_ACCOUNT=	mkeeter
GH_TAGNAME=	f6a56dd

CMAKE_ARGS=	-DPython_EXECUTABLE=${PYTHON_CMD}

.include <bsd.port.mk>