ports/math/octave-forge-hdf5oct/Makefile
Stephen Montgomery-Smith 9b994116d0 math/octave-forge-hdf5oct: New port.
The octave-forge package is the result of The GNU Octave Repositry
project, which is intended to be a central location for custom scripts,
functions and extensions for GNU Octave. contains the source for all the
functions plus build and install scripts.

This is hdf5oct.

 MATLAB compatible high-level functions for HDF5 file I/O.
2024-07-14 19:50:57 -05:00

19 lines
370 B
Makefile

PORTNAME= octave-forge-hdf5oct
DISTVERSION= 1.0.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
USES= octave
USE_GITHUB= yes
GH_ACCOUNT= gapost
GH_PROJECT= hdf5oct
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
.include <bsd.port.mk>