diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2009-05-15 23:08:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2009-05-15 23:08:14 +0000 |
commit | a9946f14ce4ee915465c01bb07668292c2013fe8 (patch) | |
tree | 819afc6df1506c8e96f6638ef2e923990d0dd8c8 /devel/matio/Makefile | |
parent | 2be08f65e76952044a2a2a6de65be7a8c24f1274 (diff) | |
download | pkgsrc-a9946f14ce4ee915465c01bb07668292c2013fe8.tar.gz |
Import matio-1.3.3
libmatio is an open-source library for reading/writing Matlab MAT files. This
library is designed for use by programs/libraries that do not have access or
do not want to rely on Matlab's libmat shared library.
Diffstat (limited to 'devel/matio/Makefile')
-rw-r--r-- | devel/matio/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/matio/Makefile b/devel/matio/Makefile new file mode 100644 index 00000000000..4121337a2c0 --- /dev/null +++ b/devel/matio/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/15 23:08:14 dmcmahill Exp $ + +DISTNAME= matio-1.3.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matio/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://matio.sf.net/ +COMMENT= Matlab MAT file I/O library + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +# we need a fortran90 compiler for pkgsrc before we can +# enable the fortran part. The fortran code here is *not* +# compatible with f2c (which is fortran 77). +#USE_LANGUAGES= c fortran90 +#CONFIGURE_ARGS+= --enable-fortran +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE= matio.pc.in + +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |