forked from Lainports/freebsd-ports
25 lines
465 B
Makefile
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>
|