1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/math/qwtplot3d/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

25 lines
507 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
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>