Files

26 lines
551 B
Makefile
Raw Permalink Normal View History

2018-11-28 13:07:18 +00:00
PORTNAME= qwtplot3d
2021-05-08 19:59:02 +03:00
PORTVERSION= 0.3.0.g20210210
PORTREVISION= 1
2018-11-28 13:07:18 +00:00
CATEGORIES= math
PKGNAMESUFFIX= -qt5
MAINTAINER= makc@FreeBSD.org
COMMENT= 3D plotting widgets for Qt
2022-09-07 23:06:12 +02:00
WWW= https://github.com/SciDAVis/qwtplot3d
2018-11-28 13:07:18 +00:00
2021-05-08 19:59:02 +03:00
LIB_DEPENDS= libgl2ps.so:print/gl2ps
2018-11-28 13:07:18 +00:00
2021-05-08 19:59:02 +03:00
USES= cmake compiler:c++17-lang gl qt:5
USE_QT= core gui opengl widgets buildtools:build qmake:build
2021-05-08 19:59:02 +03:00
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
2018-11-28 13:07:18 +00:00
.include <bsd.port.mk>