Tweak x11-toolkits/soqt version 1.6.0,1
[dports.git] / x11-toolkits / soqt / Makefile
1 # Created by: roland.jesse@gmx.net
2
3 PORTNAME=       SoQt
4 PORTVERSION=    1.6.0
5 PORTEPOCH=              1
6 CATEGORIES=     x11-toolkits
7 # cannot use GITHUB - submodules required
8 MASTER_SITES=   https://bitbucket.org/Coin3D/soqt/downloads/
9 DISTNAME=       soqt-${PORTVERSION}-src
10
11 MAINTAINER=     cmt@FreeBSD.org
12 COMMENT=        Qt5-fork of the SoQt toolkit library for Coin
13
14 LICENSE=        BSD3CLAUSE
15
16 LIB_DEPENDS=    libCoin.so:graphics/Coin
17
18 USES=           cmake compiler:c++11-lang dos2unix gl libtool \
19                 localbase:ldflags pathfix pkgconfig qmake:no_env qt:5 xorg zip
20 USE_QT=         buildtools core gui opengl qmake widgets
21 USE_GL=         gl
22 USE_XORG=       ice sm x11 xext xi
23 USE_LDCONFIG=   yes
24
25 CPPFLAGS+=      -I${QT_INCDIR}/QtCore -I${QT_INCDIR}
26 LDFLAGS+=       -L${QT_LIBDIR}
27
28 WRKSRC=         ${WRKDIR}/soqt
29
30 .include <bsd.port.mk>