mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
c548cd43e8
- Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt PR: 231009 Exp-run by: antoine
32 lines
612 B
Makefile
32 lines
612 B
Makefile
# Created by: rfarmer@predatorlabs.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= matio
|
|
PORTVERSION= 1.5.9
|
|
PORTREVISION= 2
|
|
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 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>
|