blob: 31e0d909cf94276ba17ba22e9149c6f2214e303c (
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= 4
CATEGORIES= cad science
MASTERDIR= ${.CURDIR}/../salome
PORTNAME= salome
PKGNAMESUFFIX= -light
SAL_MODULE_UPPER= LIGHT
.include "${MASTERDIR}/Makefile"
|