aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-mboct-numerical-pkg/Makefile
blob: c3629336e5df685fe47a5f9f64bc751a061bd9d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	octave-forge-mboct-numerical-pkg
DISTVERSION=	0.1.0
CATEGORIES=	math

MAINTAINER=	stephen@FreeBSD.org
COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
WWW=		https://packages.octave.org/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/../COPYING

USES=		octave autoreconf

LIB_DEPENDS+=	libgtest.so:devel/googletest \
		libmetis.so:math/metis \
		libmumps_common_seq.so:math/mumps

RUN_DEPENDS+=	${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-mboct-octave-pkg

USE_GITHUB=	yes
GH_ACCOUNT=	octave-user
GH_PROJECT=	mboct-numerical-pkg

OCTAVE_SRC=	${GH_PROJECT}-${DISTVERSION}

GNU_CONFIGURE=	yes

.include <bsd.port.mk>