freebsd-ports/math/matio/Makefile
Sunpoet Po-Chuan Hsieh 095fbe3e1a - Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
2014-05-03 00:55:30 +00:00

28 lines
579 B
Makefile

# Created by: rfarmer@predatorlabs.net
# $FreeBSD$
PORTNAME= matio
PORTVERSION= 1.5.2
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= libtool:keepla 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:${PORTSDIR}/science/hdf5
HDF5_CONFIGURE_ON= --enable-mat73=yes \
--with-hdf5=${LOCALBASE}
.include <bsd.port.mk>