blob: 031a318dda6de8fe038ce78640994c0feab4e151 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= gmsh
CATEGORIES= cad
PKGNAMESUFFIX= -occ
MAINTAINER= thierry@FreeBSD.org
COMMENT= An automatic 3D finite element mesh generator with OpenCascade support
MASTERDIR= ${.CURDIR}/../../cad/gmsh
WITH_OCC= yes
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|