1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/math/matio/Makefile
Sunpoet Po-Chuan Hsieh 9a1f45d861 - Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300

Changes:	https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
		https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
2016-04-20 20:42:39 +00:00

29 lines
560 B
Makefile

# Created by: rfarmer@predatorlabs.net
# $FreeBSD$
PORTNAME= matio
PORTVERSION= 1.5.2
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
COMMENT= Library for reading and writing Matlab MAT files
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= libtool pathfix
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= HDF5
OPTIONS_DEFAULT= HDF5
HDF5_DESC= Support for MAT file version 7.3
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
HDF5_CONFIGURE_ON= --enable-mat73=yes \
--with-hdf5=${LOCALBASE}
.include <bsd.port.mk>