blob: a5558575372580976a4d021a827b523d2060995a (
plain)
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
|
# Created by: rfarmer@predatorlabs.net
# $FreeBSD$
PORTNAME= matio
PORTVERSION= 1.5.2
PORTREVISION= 3
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:${PORTSDIR}/science/hdf5
HDF5_CONFIGURE_ON= --enable-mat73=yes \
--with-hdf5=${LOCALBASE}
.include <bsd.port.mk>
|