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