freebsd-ports/x11-toolkits/soqt/Makefile
Christoph Moench-Tegeder 05a7f8e49b update the Coin3D stack to it's latest release
Coin has moved to a new place on the web https://coin3d.github.io/
and the project has rolled new releases. Additionally, it's undergoing
relicensing (most parts are now licensed user BSD 3-clause).

This updates
  graphics/Coin to 4.0
  graphics/py-pivy to 0.6.5
  x11-toolkits/soqt to 1.6.0

Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been
renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing
their -devel suffixes). Previously, these ports had been forks and/or
pre-releases of the old Qt4-based pivy and soqt ports. As these old ports
are long gone and these new versions have been updated to officially
released versions, it seemed prudent to remove the devel from their names.

Bumping FreeCAD for dependency change.
Adding PORTEPOCH to soqt to prevent PKGVERSION going backwards.

Thanks to pfg@, who contributed the update to graphics/Coin and reviewed
my patches.

While here, I'm taking over maintainership of these ports.

Submitted by:	pfg@ (graphics/Coin)
Reviewed by:	pfg@
2020-01-17 22:16:25 +00:00

32 lines
753 B
Makefile

# Created by: roland.jesse@gmx.net
# $FreeBSD$
PORTNAME= SoQt
PORTVERSION= 1.6.0
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>