# -*- 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 # $Id$ PortSystem 1.0 PortGroup compilers 1.0 compilers.setup name netgen version 5.1 revision 1 platforms darwin categories math license LGPL-2 maintainers nomaintainer description NETGEN is an automatic 3d tetrahedral mesh generator long_description ${description}. It accepts input from constructive \ solid geometry (CSG) or boundary representation (BRep) \ from STL file format. The connection to a geometry kernel \ allows the handling of IGES and STEP files. NETGEN contains \ modules for mesh optimization and hierarchical mesh \ refinement. Netgen is open source based on the LGPL license. \ It is available for Unix/Linux and Windows. homepage http://www.hpfem.jku.at/netgen/ master_sites sourceforge:netgen-mesher checksums rmd160 b0096932e4c79c3f4c1443a55a46d1820a7f7f6b \ sha256 6b212be7e8e79bcc7bf7f931caf44301f6ac6b362c4ae81e13d31533f905eec9 depends_lib port:tcl port:tk port:tix port:Togl patchfiles patch-ng-ng.tcl.diff configure.args --mandir=${prefix}/share/man \ --with-tcl=${prefix}/lib \ --with-tk=${prefix}/lib \ --disable-shared configure.ldflags-append \ -framework Accelerate \ -framework vecLib test.run yes test.target test