Commits
Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed 9a575733a28
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.1 |
5 5 | PortGroup compilers 1.0 |
6 6 | PortGroup github 1.0 |
7 7 | PortGroup qt4 1.0 |
8 8 | |
9 9 | github.setup FreeCAD FreeCAD 0.17 |
10 - | revision 2 |
10 + | revision 3 |
11 11 | name freecad |
12 12 | categories cad |
13 13 | platforms darwin |
14 14 | maintainers {gmail.com:mark.brethen @mbrethen} {mps @Schamschula} openmaintainer |
15 15 | license LGPL-2+ |
16 16 | |
17 17 | description \ |
18 18 | FreeCAD is a general purpose feature-based, parametric 3D modeler. |
19 19 | |
20 20 | long_description \ |