ports/math/octave-forge-stk/Makefile
Stephen Montgomery-Smith 008f3ad886 category/port: math/octave-forge-*
Bump port revision because of library update in math/octave.
2024-06-06 07:33:04 -05:00

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>