14 lines
242 B
Makefile
14 lines
242 B
Makefile
# Created by: Stas Timokhin <devel@stasyan.com>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 6
|
|
CATEGORIES= cad science
|
|
|
|
MASTERDIR= ${.CURDIR}/../salome
|
|
|
|
PORTNAME= salome
|
|
PKGNAMESUFFIX= -gui
|
|
SAL_MODULE_UPPER= GUI
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|