Files
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB

not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
2025-01-28 11:22:02 +00:00

29 lines
506 B
Makefile

USE_NOBTCFI-aarch64 = Yes# fortran
COMMENT= library for reading and writing Matlab MAT files
DISTNAME= matio-1.5.23
SHARED_LIBS= matio 3.2 # 11.4
CATEGORIES= math
REVISION= 1
HOMEPAGE= https://sourceforge.net/projects/matio/
# BSD
PERMIT_PACKAGE= Yes
SITES= ${SITE_SOURCEFORGE:=matio/}
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB = c hdf5 m z
LIB_DEPENDS= math/hdf5
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-mat73 \
--with-hdf5=${LOCALBASE}
.include <bsd.port.mk>