freebsd-ports/cad/solvespace/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

36 lines
776 B
Makefile

# $FreeBSD$
PORTNAME= solvespace
PORTVERSION= 2.3
PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= cad
MAINTAINER= swills@FreeBSD.org
COMMENT= Parametric 2d/3d CAD
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LIB_DEPENDS= libpng.so:graphics/png \
libjson-c.so:devel/json-c \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgtkmm-2.4.so:x11-toolkits/gtkmm24
USE_GITHUB= yes
GH_PROJECT= libdxfrw:libdxfrw
GH_TAGNAME= 8f95895:libdxfrw
GH_SUBDIR= extlib/libdxfrw:libdxfrw
USES= cmake compiler:c++11-lang gl gnome pkgconfig
USE_GL= gl glu glew
USE_GNOME= atkmm gtk20 pangomm
USE_XORG= x11
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>