ports/math/qwtplot3d/Makefile
Max Brazhnikov 3c2e8c5326 math/qwtplot3d:
- Readd math/qwtplot3d as Qt 5 reincarnation. math/qwtplot3d-qt4 can be merged
  with this port, if anybody still cares for Qt 4.
- Take maintainership
2018-11-28 13:07:18 +00:00

20 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= qwtplot3d
PORTVERSION= 0.2.7
CATEGORIES= math
MASTER_SITES= SF
PKGNAMESUFFIX= -qt5
MAINTAINER= makc@FreeBSD.org
COMMENT= 3D plotting widgets for Qt
USES= 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>