2016-11-10 02:08:44 +01:00
|
|
|
PORTNAME= solvespace
|
2022-10-27 09:46:30 +02:00
|
|
|
PORTVERSION= 3.1
|
2016-11-10 02:08:44 +01:00
|
|
|
DISTVERSIONPREFIX= v
|
2023-02-24 10:34:40 +01:00
|
|
|
PORTREVISION= 1
|
2016-11-10 02:08:44 +01:00
|
|
|
CATEGORIES= cad
|
|
|
|
|
2022-10-27 09:46:30 +02:00
|
|
|
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
|
|
|
PATCHFILES= 6b9e7b2e.patch:-p1
|
|
|
|
|
2022-01-20 20:15:40 +01:00
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
2016-11-10 02:08:44 +01:00
|
|
|
COMMENT= Parametric 2d/3d CAD
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://solvespace.com/
|
2016-11-10 02:08:44 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
|
|
libjson-c.so:devel/json-c \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
2022-01-20 20:15:40 +01:00
|
|
|
libfreetype.so:print/freetype2
|
2016-11-10 02:08:44 +01:00
|
|
|
|
2022-10-27 09:46:30 +02:00
|
|
|
USES= cmake compiler:c++11-lang eigen:3 gl gnome pkgconfig xorg
|
2016-11-10 02:08:44 +01:00
|
|
|
USE_GL= gl glu glew
|
2022-01-20 20:15:40 +01:00
|
|
|
USE_GNOME= gtkmm30 pangomm
|
2016-11-10 02:08:44 +01:00
|
|
|
USE_XORG= x11
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2022-01-20 20:15:40 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= microsoft:mimalloc
|
|
|
|
GH_PROJECT= libdxfrw:libdxfrw mimalloc:mimalloc
|
|
|
|
GH_TAGNAME= 0b7b7b7:libdxfrw 38a0322:mimalloc
|
|
|
|
GH_SUBDIR= extlib/libdxfrw:libdxfrw extlib/mimalloc:mimalloc
|
|
|
|
|
|
|
|
INSTALLS_ICONS= YES
|
|
|
|
|
2019-04-08 18:42:21 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt
|
|
|
|
|
2016-11-10 02:08:44 +01:00
|
|
|
.include <bsd.port.mk>
|