aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-fpl/Makefile
blob: 79e14b43e11bce1239b069f5d43187104b2ee82f (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
PORTNAME=	octave-forge-fpl
PORTVERSION=	1.3.5
PORTREVISION=	16
CATEGORIES=	math
MASTER_SITES=	SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
DISTNAME=	${OCTAVE_PKGNAME}-${DISTVERSIONFULL}

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

LICENSE=	GPLv3
LICENSE_FILE=	${WRKDIR}/${OCTAVE_SRC}/COPYING

RUN_DEPENDS=	dx:graphics/opendx

USES=		octave

NO_ARCH=	yes
NO_BUILD=	yes

OCTAVE_SRC=		${OCTAVE_PKGNAME}

.include <bsd.port.mk>