blob: 92ca01515805002d8c78e1d7fbbad1afbd9aa86d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= matio
PORTVERSION= 1.5.28
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
COMMENT= Library for reading and writing Matlab MAT files
WWW= https://sourceforge.net/projects/matio/
LICENSE= BSD2CLAUSE
USES= compiler:c11 cpe libtool pathfix
CPE_VENDOR= matio_project
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PLIST_SUB= SHLIB_VER=13.0.1
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>
|