mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
7cb3294da7
bump PORTREVISION
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# New ports collection makefile for: gmsh-occ
|
|
# Date created: 31 December 2008
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmsh
|
|
PORTREVISION= 1
|
|
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"
|