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 | PortSystem 1.0 |
---|
4 | name mtools |
---|
5 | version 3.9.11 |
---|
6 | categories sysutils |
---|
7 | maintainers nomainainer@macports.org |
---|
8 | description Utilities to access MS-DOS disks from Unix without mounting them |
---|
9 | long_description Utilities to access MS-DOS disks from Unix without mounting them |
---|
10 | homepage http://mtools.linux.lu/ |
---|
11 | platforms darwin |
---|
12 | master_sites http://mtools.linux.lu/ |
---|
13 | checksums md5 3c0ae05b0d98a5d3bd06d3d72fcaf80d \ |
---|
14 | sha1 964b8af11ac6441e832f2bc4737f35cc3ed0226e \ |
---|
15 | rmd160 f8498768a432f28689a58840baa11d80a2ba8532 |
---|
16 | configure.args --prefix=${prefix} \ |
---|
17 | --mandir=${prefix}/share/man \ |
---|
18 | --infodir=${prefix}/share/info |
---|
19 | |
---|