mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
71b2b0856e
- Update to 1.5.9 (based on [1]) - Switch to 7z-compressed distfile - Remove no longer needed patch - Take maintainership PR: 213594 [1] Submitted by: pi
31 lines
596 B
Makefile
31 lines
596 B
Makefile
# Created by: rfarmer@predatorlabs.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= matio
|
|
PORTVERSION= 1.5.9
|
|
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>
|