1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/matio/Makefile
2021-04-06 16:31:07 +02:00

32 lines
628 B
Makefile

# Created by: rfarmer@predatorlabs.net
PORTNAME= matio
PORTVERSION= 1.5.21
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
COMMENT= Library for reading and writing Matlab MAT files
LICENSE= BSD2CLAUSE
USES= 7z compiler:c11 libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PLIST_SUB+= SHLIB_VER=11.0.3
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}
post-extract:
@${CHMOD} +x ${WRKSRC}/configure
.include <bsd.port.mk>