13 lines
268 B
Makefile
13 lines
268 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -occ
|
|
|
|
COMMENT= Automatic 3D finite element mesh generator with OpenCascade support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../cad/gmsh
|
|
|
|
OPTIONS_SLAVE= OCC
|
|
|
|
.include "${MASTERDIR}/Makefile"
|