[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / wxmaxima

File: [cvs.NetBSD.org] / pkgsrc / math / wxmaxima / Makefile (download)

Revision 1.25, Tue Jan 3 17:37:51 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines

*: recursive bump for tiff shlib major bump

# $NetBSD: Makefile,v 1.25 2023/01/03 17:37:51 wiz Exp $

DISTNAME=	wxmaxima-17.10.1
PKGREVISION=	17
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_GITHUB:=andrejv/}
GITHUB_TAG=	Version-${PKGVERSION_NOREV}

MAINTAINER=	helgoman@users.sourceforge.net
HOMEPAGE=	https://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++
USE_PKGLOCALEDIR=	yes

SUBST_CLASSES+=		paths
SUBST_STAGE.paths=	pre-configure
SUBST_FILES.paths=	data/CMakeLists.txt
SUBST_FILES.paths+=	locales/CMakeLists.txt
SUBST_SED.paths=	-e 's,share/locale,${PKGLOCALEDIR}/locale,g'
SUBST_SED.paths+=	-e 's,share/man,${PKGMANDIR},g'
SUBST_NOOP_OK.paths=	yes

.include "../../x11/wxGTK30/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"