freebsd-ports/math/qwtplot3d/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

26 lines
551 B
Makefile

PORTNAME= qwtplot3d
PORTVERSION= 0.3.0.g20210210
PORTREVISION= 1
CATEGORIES= math
PKGNAMESUFFIX= -qt5
MAINTAINER= makc@FreeBSD.org
COMMENT= 3D plotting widgets for Qt
WWW= https://github.com/SciDAVis/qwtplot3d
LIB_DEPENDS= libgl2ps.so:print/gl2ps
USES= cmake compiler:c++17-lang gl qt:5
USE_QT= core gui opengl widgets buildtools:build qmake:build
USE_GL= gl glu
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= SciDAVis
GH_TAGNAME= 438c855d
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt6=True \
-DBUILD_SHARED_LIBS=True
.include <bsd.port.mk>