mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 20:16:39 -04:00
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
572 B
Makefile
24 lines
572 B
Makefile
PORTNAME= octave-forge-data-smoothing
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 24
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
|
|
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
WWW= https://packages.octave.org/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
|
|
|
|
RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/optim.tar.gz:math/octave-forge-optim
|
|
|
|
USES= octave
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
OCTAVE_SRC= ${OCTAVE_PKGNAME}
|
|
|
|
.include <bsd.port.mk>
|