freebsd-ports/math/octave-forge-level-set/Makefile
Stephen Montgomery-Smith 008f3ad886 category/port: math/octave-forge-*
Bump port revision because of library update in math/octave.
2024-06-06 07:33:04 -05:00

24 lines
524 B
Makefile

PORTNAME= octave-forge-level-set
PORTVERSION= 0.3.0
PORTREVISION= 20
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
BROKEN= does not build with octave version >= 9.1.0
USES= compiler:c++0x octave
GNU_CONFIGURE= yes
ALL_TARGET= oct
OCTAVE_SRC= ${OCTAVE_PKGNAME}
.include <bsd.port.mk>