blob: 65d6c9a43a55d511b0d933cb0f0cb69522815b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= qwtplot3d
PORTVERSION= 0.2.7
PORTREVISION= 1
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>
|