mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
c2a92a1aea
version 1.1.0 (via revision 464079).
14 lines
268 B
Makefile
14 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"
|