1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/cad/caneda/Makefile
Piotr Kubaj a03fb3173c cad/caneda: fix build on GCC architectures
Use C++11 compiler:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

MFH:		2020Q3 (fix build blanket)
2020-07-21 16:45:02 +00:00

26 lines
634 B
Makefile

# $FreeBSD$
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
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>