2005-07-14 12:54:10 +02:00
|
|
|
# New ports collection makefile for: wxMaxima
|
|
|
|
# Date created: 2005-07-12
|
|
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wxMaxima
|
2008-05-26 15:55:30 +02:00
|
|
|
PORTVERSION= 0.7.5
|
2007-09-17 10:53:40 +02:00
|
|
|
#PORTREVISION= 0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2005-07-14 12:54:10 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
2008-01-22 10:45:46 +01:00
|
|
|
#DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2005-07-14 12:54:10 +02:00
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2005-07-14 12:54:10 +02:00
|
|
|
COMMENT= A wxWidgets GUI for the computer algebra system maxima
|
|
|
|
|
|
|
|
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima
|
|
|
|
|
2006-04-28 05:19:12 +02:00
|
|
|
USE_GETTEXT= yes
|
2005-10-02 19:16:10 +02:00
|
|
|
USE_GNOME= libxml2
|
2006-11-14 19:05:33 +01:00
|
|
|
USE_WX= 2.6
|
2006-10-09 19:39:44 +02:00
|
|
|
WX_COMPS= wx
|
|
|
|
WX_CONF_ARGS= absolute
|
2006-11-14 19:05:33 +01:00
|
|
|
WANT_UNICODE= yes
|
2005-07-14 12:54:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-09 19:39:44 +02:00
|
|
|
CONFIGURE_ARGS= --program-prefix=
|
2005-07-14 12:54:10 +02:00
|
|
|
|
2006-04-28 05:19:12 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2005-07-14 12:54:10 +02:00
|
|
|
.include <bsd.port.mk>
|