aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/soqt/Makefile
blob: 0e114eb9e634b3b487cc25e7200bb8a24efb5684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: roland.jesse@gmx.net

PORTNAME=	SoQt
PORTVERSION=	1.6.0
PORTREVISION=	1
PORTEPOCH=		1
CATEGORIES=	x11-toolkits
# cannot use GITHUB - submodules required
MASTER_SITES=	https://bitbucket.org/Coin3D/soqt/downloads/
DISTNAME=	soqt-${PORTVERSION}-src

MAINTAINER=	cmt@FreeBSD.org
COMMENT=	Qt5-fork of the SoQt toolkit library for Coin

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libCoin.so:graphics/Coin

USES=		cmake compiler:c++11-lang dos2unix gl libtool \
		localbase:ldflags pathfix pkgconfig qmake:no_env qt:5 xorg zip
USE_QT=		buildtools core gui opengl qmake widgets
USE_GL=		gl
USE_XORG=	ice sm x11 xext xi
USE_LDCONFIG=	yes

CPPFLAGS+=	-I${QT_INCDIR}/QtCore -I${QT_INCDIR}
LDFLAGS+=	-L${QT_LIBDIR}

WRKSRC=		${WRKDIR}/soqt

.include <bsd.port.mk>