|
Lines 2-8
Link Here
|
| 2 |
# Date created: Sat 26 mar 2005 |
2 |
# Date created: Sat 26 mar 2005 |
| 3 |
# Whom: Thierry Thomas <thierry@pompo.net> |
3 |
# Whom: Thierry Thomas <thierry@pompo.net> |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/math/freemat/Makefile,v 1.29 2009/09/13 00:07:49 gerald Exp $ |
5 |
# $FreeBSD$ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= FreeMat |
8 |
PORTNAME= FreeMat |
|
Lines 21-27
Link Here
|
| 21 |
pcre.0:${PORTSDIR}/devel/pcre |
21 |
pcre.0:${PORTSDIR}/devel/pcre |
| 22 |
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config |
22 |
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config |
| 23 |
|
23 |
|
| 24 |
BROKEN= does not compile |
24 |
#BROKEN= does not compile |
| 25 |
|
25 |
|
| 26 |
.ifdef WITH_MPI |
26 |
.ifdef WITH_MPI |
| 27 |
IGNORE= no MPI support at the moment |
27 |
IGNORE= no MPI support at the moment |
|
Lines 32-37
Link Here
|
| 32 |
|
32 |
|
| 33 |
USE_GL= yes |
33 |
USE_GL= yes |
| 34 |
USE_QT_VER= 4 |
34 |
USE_QT_VER= 4 |
|
|
35 |
USE_GCC= 4.3+ |
| 35 |
USE_GMAKE= yes |
36 |
USE_GMAKE= yes |
| 36 |
QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build xml svg |
37 |
QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build xml svg |
| 37 |
GNU_CONFIGURE= yes |
38 |
GNU_CONFIGURE= yes |