freebsd-ports/math/octave-forge-onsas/Makefile
Stephen Montgomery-Smith 5f2661dfce math/octave-forge-onsas: Mark broken.
I don't understand why it ever worked properly.  Will investigate.
2024-06-06 07:33:03 -05:00

25 lines
465 B
Makefile

PORTNAME= octave-forge-onsas
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
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
BROKEN= does not install properly
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>