blob: cc30a0612555c7435fa3603422cf7c35308aad43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: cad/salome-smesh
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$
PORTREVISION= 4
CATEGORIES= cad science
MASTERDIR= ${.CURDIR}/../salome
PORTNAME= salome
PKGNAMESUFFIX= -smesh
SAL_MODULE_UPPER= SMESH
.include "${MASTERDIR}/Makefile"
|