2005-07-14 10:54:10 +00:00
|
|
|
# New ports collection makefile for: wxMaxima
|
|
|
|
# Date created: 2005-07-12
|
|
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wxMaxima
|
2011-04-22 15:24:53 +00:00
|
|
|
PORTVERSION= 11.04.0
|
2010-09-11 08:10:06 +00:00
|
|
|
PORTREVISION= 0
|
2005-07-14 10:54:10 +00:00
|
|
|
CATEGORIES= math
|
2009-08-22 00:28:34 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
2005-07-14 10:54:10 +00:00
|
|
|
|
2006-12-10 01:21:51 +00:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2005-07-14 10:54:10 +00:00
|
|
|
COMMENT= A wxWidgets GUI for the computer algebra system maxima
|
|
|
|
|
|
|
|
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima
|
|
|
|
|
2006-04-28 03:19:12 +00:00
|
|
|
USE_GETTEXT= yes
|
2005-10-02 17:16:10 +00:00
|
|
|
USE_GNOME= libxml2
|
2008-10-05 09:16:53 +00:00
|
|
|
USE_WX= 2.8
|
2006-10-09 17:39:44 +00:00
|
|
|
WX_COMPS= wx
|
|
|
|
WX_CONF_ARGS= absolute
|
2006-11-14 18:05:33 +00:00
|
|
|
WANT_UNICODE= yes
|
2005-07-14 10:54:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-09 17:39:44 +00:00
|
|
|
CONFIGURE_ARGS= --program-prefix=
|
2005-07-14 10:54:10 +00:00
|
|
|
|
2010-02-02 18:37:47 +00:00
|
|
|
DESKTOP_ENTRIES= "wxMaxima" "${COMMENT}" "${DATADIR}/wxmaxima.png" \
|
|
|
|
"wxmaxima" "Education;Science;Math;" false
|
|
|
|
|
2006-04-28 03:19:12 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2005-07-14 10:54:10 +00:00
|
|
|
.include <bsd.port.mk>
|