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