Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= qtiplot |
8 |
PORTNAME= qtiplot |
9 |
DISTVERSION= 0.9.6.2 |
9 |
DISTVERSION= 0.9.7 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= math science |
10 |
CATEGORIES= math science |
12 |
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ |
11 |
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ |
13 |
|
12 |
|
Lines 15-21
Link Here
|
15 |
COMMENT= An Origin clone for data analysis and scientific plotting |
14 |
COMMENT= An Origin clone for data analysis and scientific plotting |
16 |
|
15 |
|
17 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser |
16 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser |
18 |
|
|
|
19 |
LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ |
17 |
LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ |
20 |
qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ |
18 |
qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ |
21 |
qwt.5:${PORTSDIR}/x11-toolkits/qwt5 |
19 |
qwt.5:${PORTSDIR}/x11-toolkits/qwt5 |
Lines 25-31
Link Here
|
25 |
USE_QT_VER= 4 |
23 |
USE_QT_VER= 4 |
26 |
QT_COMPONENTS= gui moc_build qmake_build opengl svg qt3support network assistantclient |
24 |
QT_COMPONENTS= gui moc_build qmake_build opengl svg qt3support network assistantclient |
27 |
HAS_CONFIGURE= yes |
25 |
HAS_CONFIGURE= yes |
28 |
QMAKE_ARGS+= -unix -recursive LOCALBASE=${LOCALBASE} |
26 |
QMAKE_ARGS+= -unix -recursive LOCALBASE=${LOCALBASE} PYTHON_CMD=${PYTHON_CMD} |
29 |
USE_DOS2UNIX= *.pro |
27 |
USE_DOS2UNIX= *.pro |
30 |
MAN1= qtiplot.1 |
28 |
MAN1= qtiplot.1 |
31 |
|
29 |
|
Lines 57-64
Link Here
|
57 |
.endif |
55 |
.endif |
58 |
|
56 |
|
59 |
.if !defined(WITHOUT_NLS) |
57 |
.if !defined(WITHOUT_NLS) |
60 |
#QT_COMPONENTS+= linguist |
58 |
QT_COMPONENTS+= linguist_build |
61 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist |
|
|
62 |
PLIST_SUB+= NLS="" |
59 |
PLIST_SUB+= NLS="" |
63 |
.else |
60 |
.else |
64 |
PLIST_SUB+= NLS="@comment " |
61 |
PLIST_SUB+= NLS="@comment " |