ports/math/octave-forge-informationtheory/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

23 lines
544 B
Makefile

PORTNAME= octave-forge-informationtheory
PORTVERSION= 0.1.8
PORTREVISION= 31
CATEGORIES= math
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-06-07
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= does not install with octave version >= 9.1.0
USES= octave
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
.include <bsd.port.mk>