ports/math/octave-forge-femoctave/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

22 lines
449 B
Makefile

PORTNAME= octave-forge-femoctave
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.5
PORTREVISION= 2
CATEGORIES= math
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
USE_GITHUB= yes
GH_ACCOUNT= AndreasStahel
GH_PROJECT= FEMoctave
GH_TAGNAME= fd17a3c
OCTAVE_SRC= ${GH_PROJECT}-${GH_TAGNAME}
.include <bsd.port.mk>