ports/math/matio/Makefile

25 lines
452 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= library for reading and writing Matlab MAT files
DISTNAME= matio-1.5.23
SHARED_LIBS= matio 3.2 # 11.4
CATEGORIES= math
HOMEPAGE= https://sourceforge.net/projects/matio/
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matio/}
COMPILER= base-clang ports-gcc
WANTLIB = c hdf5 m z
LIB_DEPENDS= math/hdf5
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-mat73 \
--with-hdf5=${LOCALBASE}
.include <bsd.port.mk>