aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-informationtheory/Makefile
blob: 258f5b5f015316c8058b1f1d08340a850f316e83 (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
PORTNAME=	octave-forge-informationtheory
PORTVERSION=	0.1.8
PORTREVISION=	31
CATEGORIES=	math
MASTER_SITES=	SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-06-07
DISTNAME=	${OCTAVE_PKGNAME}-${DISTVERSIONFULL}

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

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN=		does not install with octave version >= 9.1.0

USES=		octave

GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/${OCTAVE_SRC}

.include <bsd.port.mk>