pkgsrc-wip/wxMaxima/Makefile
Aleksej Saushev b011ad6772 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 20:11:06 +00:00

23 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 20:11:08 asau Exp $
DISTNAME= wxMaxima-12.01.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxmaxima/}
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page
COMMENT= Graphical UI for maxima
LICENSE= gnu-gpl-v2
DEPENDS+= maxima>=5.24.0:../../math/maxima
DEPENDS+= wxGTK28>=2.8.0:../../x11/wxGTK28
DEPENDS+= libxml2>=2.7.3:../../textproc/libxml2
DEPENDS+= gnuplot>=4.2.3:../../graphics/gnuplot
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"