opnsense-ports/math/qwtplot3d/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

19 lines
398 B
Makefile

PORTNAME= qwtplot3d
PORTVERSION= 0.2.7
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF
PKGNAMESUFFIX= -qt5
MAINTAINER= makc@FreeBSD.org
COMMENT= 3D plotting widgets for Qt
USES= compiler:c++11-lang dos2unix gl qmake qt:5 tar:tgz
USE_QT= core gui opengl widgets buildtools_build
USE_GL= gl glu
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>