aboutsummaryrefslogtreecommitdiffstats
path: root/math/wxMaxima/Makefile
blob: 6835d2431fcbac44dc39514a0ea0c9852f91ff6a (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
27
28
29
30
31
# New ports collection makefile for:    wxMaxima
# Date created:     2005-07-12
# Whom:         Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#

PORTNAME=   wxMaxima
PORTVERSION=    0.8.1
#PORTREVISION=  0
CATEGORIES= math
MASTER_SITES=   SF

MAINTAINER= nivit@FreeBSD.org
COMMENT=    A wxWidgets GUI for the computer algebra system maxima

RUN_DEPENDS=    maxima:${PORTSDIR}/math/maxima

USE_GETTEXT=    yes
USE_GNOME=  libxml2
USE_WX=     2.8
WX_COMPS=   wx
WX_CONF_ARGS=   absolute
WANT_UNICODE=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --program-prefix=

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>