Ticket #22580: Portfile

File Portfile, 852 bytes (added by jcupitt (John Cupitt), 14 years ago)

Portfile for matio 1.3.3

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id
3
4PortSystem              1.0
5
6name                    matio
7version                 1.3.3
8set branch              [join [lrange [split ${version} .] 0 1] .]
9description             Matio is a library for working with Matlab save files
10long_description        Matio is a library for reading and writing Matlab \
11                        save files. It is used by scientific data processing \
12                        programs. 
13maintainers             nomaintainer
14categories              math
15platforms               darwin
16homepage                http://sourceforge.net/projects/matio
17master_sites            http://downloads.sourceforge.net/project/${name}/${name}/${version}/
18checksums               md5     5c12a98f391de000e88b5a1b20d74abf
19
20depends_lib             port:zlib