aboutsummaryrefslogtreecommitdiffstats
path: root/math/wxMaxima/Makefile
blob: 3c36e4810936447401f6a5c99dd92749a46f6281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    wxMaxima
# Date created:     2005-07-12
# Whom:         Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#

PORTNAME=   wxMaxima
PORTVERSION=    0.6.2
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}

MAINTAINER= nivit@email.it
COMMENT=    A wxWidgets GUI for the computer algebra system maxima

LIB_DEPENDS=    wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
RUN_DEPENDS=    maxima:${PORTSDIR}/math/maxima

USE_GNOME=  libxml2
WXGTK_CONFIG?=  ${X11BASE}/bin/wxgtk2-2.4-config
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} \
        --program-prefix=

.include <bsd.port.mk>