1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/octave-forge-fpl/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

25 lines
519 B
Makefile

PORTNAME= octave-forge-fpl
PORTVERSION= 1.3.5
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
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
RUN_DEPENDS= dx:graphics/opendx
USES= octave
NO_ARCH= yes
NO_BUILD= yes
OCTAVE_SRC= ${OCTAVE_PKGNAME}
.include <bsd.port.mk>