pkgsrc-wip/solvespace-git/Makefile
Mateusz Poszwa 3502c143f6 solvespace-git: Import solvespace-2.3 as wip/solvespace-git
SOLVESPACE is a parametric 3d CAD program. Applications include:

- modeling 3d parts - draw with extrudes, revolves,
  and Boolean (union / difference) operations
- modeling 2d parts - draw the part as a single section,
  and export DXF, PDF, SVG; use 3d assembly to verify fit
- 3d-printed parts - export the STL or other
  triangle mesh expected by most 3d printers
- preparing CAM data - export 2d vector art for a waterjet
  machine or laser cutter; or generate STEP or STL, for
  import into third-party CAM software for machining
- mechanism design - use the constraint solver to simulate
  planar or spatial linkages, with pin, ball, or slide joints
- plane and solid geometry - replace hand-solved trigonometry
  and spreadsheets with a live dimensioned drawing
2017-01-25 23:53:39 +01:00

37 lines
921 B
Makefile

# $NetBSD$
PKGNAME= solvespace-2.3
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=solvespace/}
GIT_REPOSITORIES= solvespace
GIT_REPO.solvespace= https://github.com/solvespace/solvespace.git
WRKSRC= ${WRKDIR}/solvespace
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://solvespace.com/
COMMENT= Parametric 2D/3D CAD program
LICENSE= gnu-gpl-v3
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
# Build out-of-tree
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _build
pre-configure:
${MKDIR} ${WRKSRC}/_build
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../textproc/json-c/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../x11/gtkmm3/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"