blob: 34da196e34eeb820ac26467ff11f9ef5c5811739 (
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
32
33
|
# Created by: roland.jesse@gmx.net
# $FreeBSD$
PORTNAME= SoQt
PORTVERSION= 1.6.0a
PKGNAMESUFFIX= -devel
DISTNAME= soqt_${PORTVERSION}
CATEGORIES= x11-toolkits
MASTER_SITES= https://github.com/FreeCAD/pivy/releases/download/0.6.4/
DIST_SUBDIR= KDE
MAINTAINER= cmt@FreeBSD.org
COMMENT= Qt5-fork of the SoQt toolkit library for Coin
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libCoin.so:graphics/Coin
CONFLICTS_INSTALL= SoQt
USES= cmake compiler:c++11-lang dos2unix gl libtool \
localbase:ldflags pathfix pkgconfig qmake:no_env qt:5
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>
|