Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/antimony/Makefile
16461 views
PORTNAME=	antimony
DISTVERSION=	0.9.3-20230118
CATEGORIES=	cad
PKGNAMESUFFIX=	-cad

MAINTAINER=	[email protected]
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>