21 lines
421 B
Makefile
21 lines
421 B
Makefile
# New ports collection makefile for: cad/salome-gui
|
|
# Date created: 20 May 2009
|
|
# Whom: Stas Timokhin <devel@stasyan.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= cad science
|
|
|
|
MASTERDIR= ${.CURDIR}/../salome
|
|
|
|
PORTNAME= salome
|
|
PKGNAMESUFFIX= -gui
|
|
SAL_MODULE_UPPER= GUI
|
|
|
|
DEPRECATED= BROKEN for more than 6 month
|
|
EXPIRATION_DATE= 2012-05-10
|
|
|
|
BROKEN= does not compile
|
|
|
|
.include "${MASTERDIR}/Makefile"
|