1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/wxMaxima/Makefile
Alejandro Pulver a96712dbfb - Update to 0.7.0a.
PR:		ports/104166
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2006-10-09 17:39:44 +00:00

32 lines
616 B
Makefile

# New ports collection makefile for: wxMaxima
# Date created: 2005-07-12
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= wxMaxima
PORTVERSION= 0.7.0a
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
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima
USE_GETTEXT= yes
USE_GNOME= libxml2
USE_WX= 2.6
WX_COMPS= wx
WX_CONF_ARGS= absolute
WX_UNICODE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>