2012-12-12 20:29:29 +01:00
|
|
|
# Created by: rfarmer@predatorlabs.net
|
2010-02-24 06:44:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= matio
|
2016-11-01 00:22:27 +01:00
|
|
|
PORTVERSION= 1.5.9
|
2018-09-06 00:05:23 +02:00
|
|
|
PORTREVISION= 2
|
2010-02-24 06:44:03 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2016-11-01 00:22:27 +01:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
2014-03-28 10:22:37 +01:00
|
|
|
COMMENT= Library for reading and writing Matlab MAT files
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2010-02-24 06:44:03 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-11-01 00:22:27 +01:00
|
|
|
USES= 7z 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
|
2016-04-01 16:16:16 +02:00
|
|
|
HDF5_LIB_DEPENDS= libhdf5.so: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
|
|
|
|
2016-11-01 00:22:27 +01:00
|
|
|
post-extract:
|
|
|
|
@${CHMOD} +x ${WRKSRC}/configure
|
|
|
|
|
2010-02-24 06:44:03 +01:00
|
|
|
.include <bsd.port.mk>
|