mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
19 lines
465 B
Makefile
19 lines
465 B
Makefile
PORTNAME= octave-forge-stk
|
|
PORTVERSION= 2.8.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://github.com/stk-kriging/stk/releases/download/${PORTVERSION}/
|
|
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}-octpkg
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
WWW= https://packages.octave.org/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
|
|
|
|
USES= octave
|
|
|
|
OCTAVE_SRC= ${OCTAVE_PKGNAME}
|
|
|
|
.include <bsd.port.mk>
|