25 lines
452 B
Makefile
25 lines
452 B
Makefile
|
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>
|