2012-12-12 20:29:29 +01:00
|
|
|
# Created by: rfarmer@predatorlabs.net
|
2010-02-24 06:44:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= matio
|
2014-03-28 10:22:37 +01:00
|
|
|
PORTVERSION= 1.5.2
|
2015-05-24 10:10:28 +02:00
|
|
|
PORTREVISION= 5
|
2010-02-24 06:44:03 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2014-03-28 10:22:37 +01:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Library for reading and writing Matlab MAT files
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2010-02-24 06:44:03 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-10 14:17:32 +02:00
|
|
|
USES= libtool pathfix
|
2010-02-24 06:44:03 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-03-28 10:22:37 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2010-02-24 06:44:03 +01:00
|
|
|
|
2014-03-28 10:22:37 +01:00
|
|
|
OPTIONS_DEFINE= HDF5
|
|
|
|
OPTIONS_DEFAULT= HDF5
|
2010-06-11 03:35:23 +02:00
|
|
|
|
2014-03-28 10:22:37 +01:00
|
|
|
HDF5_DESC= Support for MAT file version 7.3
|
2014-05-03 02:55:30 +02:00
|
|
|
HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
|
2014-03-28 10:22:37 +01:00
|
|
|
HDF5_CONFIGURE_ON= --enable-mat73=yes \
|
|
|
|
--with-hdf5=${LOCALBASE}
|
2010-02-24 06:44:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|