|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= wxMaxima |
8 |
PORTNAME= wxMaxima |
| 9 |
PORTVERSION= 0.7.0 |
9 |
PORTVERSION= 0.7.0a |
| 10 |
CATEGORIES= math |
10 |
CATEGORIES= math |
| 11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
| 12 |
MASTER_SITE_SUBDIR= ${PORTNAME:L} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME:L} |
|
Lines 14-28
Link Here
|
| 14 |
MAINTAINER= nivit@email.it |
14 |
MAINTAINER= nivit@email.it |
| 15 |
COMMENT= A wxWidgets GUI for the computer algebra system maxima |
15 |
COMMENT= A wxWidgets GUI for the computer algebra system maxima |
| 16 |
|
16 |
|
| 17 |
LIB_DEPENDS= wx_baseu-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode |
|
|
| 18 |
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima |
17 |
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima |
| 19 |
|
18 |
|
| 20 |
USE_GETTEXT= yes |
19 |
USE_GETTEXT= yes |
| 21 |
USE_GNOME= libxml2 |
20 |
USE_GNOME= libxml2 |
| 22 |
WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2u-2.6-config |
21 |
USE_WX= 2.6 |
|
|
22 |
WX_COMPS= wx |
| 23 |
WX_CONF_ARGS= absolute |
| 24 |
WX_UNICODE= yes |
| 23 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
| 24 |
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} \ |
26 |
CONFIGURE_ARGS= --program-prefix= |
| 25 |
--program-prefix= |
|
|
| 26 |
|
27 |
|
| 27 |
post-install: |
28 |
post-install: |
| 28 |
@${CAT} ${PKGMESSAGE} |
29 |
@${CAT} ${PKGMESSAGE} |