Ticket #16132: Portfile

File Portfile, 915 bytes (added by francois@…, 16 years ago)

This is the Portfile for the mtools

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