aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt5-qt5/Makefile
blob: 59804b29c3d1235b65ea930b5f45d497027f7796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	qwt5-qt5
PORTVERSION=	5.2.3
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=	${PREFIX}/${QT_LIBDIR_REL}

USE_GITHUB=	yes
GH_ACCOUNT=	gbm19
GH_TAGNAME=	510caed

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>