Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/caneda/Makefile
16461 views
PORTNAME=	caneda
DISTVERSION=	0.4.0
PORTREVISION=	1
CATEGORIES=	cad
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	[email protected]
COMMENT=	EDA software suite focused on ease of use and portability
WWW=		http://caneda.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt6@qt5

USES=		cmake compiler:c++11-lang desktop-file-utils qt:5 \
		shared-mime-info
USE_GITHUB=	yes
GH_ACCOUNT=	Caneda
GH_PROJECT=	Caneda
USE_QT=		core gui printsupport svg widgets buildtools:build linguisttools:build qmake:build

CMAKE_ARGS=	-DQWT_INCLUDE_DIR=${LOCALBASE}/include/qt5/qwt6 -DQWT_LIBRARY=${LOCALBASE}/lib/qt5/libqwt.so

.include <bsd.port.mk>