pkgsrc/math/wxmaxima/Makefile
wiz e8b3efff42 Import wxmaxima-14.09.0 as math/wxmaxima. The casing of the package name
is finally consistent.

This is a graphical UI for the computer algebra system maxima.

Changes compared to math/wxMaxima:

14.09.0:
Bugfixes and compatibility with wxGTK-3.x.
2014-10-01 11:09:55 +00:00

23 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/10/01 11:09:55 wiz Exp $
DISTNAME= wxmaxima-14.09.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxmaxima/}
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://andrejv.github.io/wxmaxima/
COMMENT= Graphical UI for maxima
LICENSE= gnu-gpl-v2
DEPENDS+= maxima>=5.15.0:../../math/maxima
DEPENDS+= gnuplot>=4.2.3:../../graphics/gnuplot
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
CONFLICTS+= wxMaxima-[0-9]*
.include "../../x11/wxGTK30/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"