16 lines
331 B
Makefile
16 lines
331 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmsh
|
|
CATEGORIES= cad
|
|
PKGNAMESUFFIX= -occ
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Automatic 3D finite element mesh generator with OpenCascade support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../cad/gmsh
|
|
|
|
BROKEN= Unfetchable
|
|
WITH_OCC= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|