22 lines
597 B
Makefile
22 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/07/21 22:25:20 wiz Exp $
|
|
|
|
DISTNAME= wxmaxima-17.10.1
|
|
PKGREVISION= 6
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=andrejv/}
|
|
GITHUB_TAG= Version-${PKGVERSION_NOREV}
|
|
|
|
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
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../x11/wxGTK30/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|