summaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt5-qt5/Makefile
blob: 0c233d6647d6544b2ba3e9f2868a1a929cf2c986 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	qwt5-qt5
PORTVERSION=	5.2.3g20200902
CATEGORIES=	x11-toolkits

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Qt Widgets for Technical Applications

USES=		compiler:c++11-lang gmake qmake qt:5
USE_QT=		core gui printsupport svg widgets buildtools_build
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	gbm19
GH_TAGNAME=	0052f96

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>