freebsd-ports/math/matio/Makefile
Piotr Kubaj 866f7e264d math/matio: fix build on GCC architectures
Add USES=compiler:c11 to fix build.

PR:		237214
Approved by:	tcberner (mentor), makc (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19990
2019-04-20 21:32:35 +00:00

30 lines
610 B
Makefile

# Created by: rfarmer@predatorlabs.net
# $FreeBSD$
PORTNAME= matio
PORTVERSION= 1.5.15
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
COMMENT= Library for reading and writing Matlab MAT files
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= 7z compiler:c11 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:science/hdf5
HDF5_CONFIGURE_ON= --enable-mat73=yes \
--with-hdf5=${LOCALBASE}
post-extract:
@${CHMOD} +x ${WRKSRC}/configure
.include <bsd.port.mk>