mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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.
19 lines
370 B
Makefile
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>
|