ports/math/octave-forge-onsas/Makefile
Stephen Montgomery-Smith ec2018a3c8 math/octave-forge-onsas: Fix installation bug.
- The DESCRIPTION file had the incorrect version number, confusing the
octave package manager.
2025-01-25 13:00:53 -06:00

25 lines
458 B
Makefile

PORTNAME= octave-forge-onsas
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.5
PORTREVISION= 1
PORTEPOCH= 1
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= ONSAS
GH_PROJECT= ONSAS.m
OCTAVE_SRC= ${GH_ACCOUNT}-${DISTVERSION}
NO_ARCH = yes
NO_BUILD= yes
.include <bsd.port.mk>