freebsd-ports/cad/caneda/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

24 lines
646 B
Makefile

PORTNAME= caneda
DISTVERSION= 0.3.1
CATEGORIES= cad
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= yuri@FreeBSD.org
COMMENT= EDA software suite focused on ease of use and portability
WWW= http://caneda.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6
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/libqwt6.so
.include <bsd.port.mk>