mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
20 lines
449 B
Makefile
20 lines
449 B
Makefile
|
# New ports collection makefile for: gmsh-occ
|
||
|
# Date created: 31 December 2008
|
||
|
# Whom: 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
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|