ports/math/octave-forge-gnuplot/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
546 B
Makefile

PORTNAME= octave-forge-gnuplot
PORTVERSION= 1.0.1
PORTREVISION= 28
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
BROKEN= does not install with octave version >= 9.1.0
USES= octave
OCTAVE_SRC= ${OCTAVE_PKGNAME}
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>