math/octave-forge: Bump portrevision. Mark broken and set optional dependency to off in math/octave-forge: math/octave-forge-bioinfo math/octave-forge-coder math/octave-forge-financial math/octave-forge-fits math/octave-forge-fuzzy-logic-toolkit math/octave-forge-gnuplot math/octave-forge-informationtheory math/octave-forge-irsa math/octave-forge-level-set math/octave-forge-nnet math/octave-forge-plot math/octave-forge-queueing math/octave-forge-symband
24 lines
426 B
Makefile
24 lines
426 B
Makefile
PORTNAME= octave-forge-fileio
|
|
DISTVERSION= 1.2.2
|
|
PORTREVISION= 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= reprostat
|
|
GH_PROJECT= fileio
|
|
|
|
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|