Ticket #43508: Portfile.2

File Portfile.2, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
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                vmdktool
7version             1.3
8categories          sysutils emulators
9platforms           darwin
10maintainers         e-dad.net:glenn
11license             BSD
12
13description         converts raw filesystems to VMDK files and vice versa
14
15long_description    ${name} ${description}. \
16                    VMDK files can be imported directly into most Virtual Machine servers \
17                    as guest filesystems. Automatic machine deployments into products \
18                    such as VMwares ESXi and VirtualBox requires the ability to construct \
19                    VMDK files as the initial filesystem images for the created guests.
20
21homepage            http://manned.org/vmdktool
22
23master_sites        ftp://ftp.awfulhak.org/pub/vmdktool/ \
24                    http://people.freebsd.org/~brian/vmdktool/
25
26checksums           sha1    cf5ceb2ad33e7a20a408953a4431fe48ad151a21 \
27                    sha256  4582ffb5127c7f69e0da53beff3d5466f2408e15f42e1d067623c21f9ca336cc
28
29patchfiles          patch-expand_number.c.diff \
30                    patch-Makefile.diff
31
32use_configure       no
33
34destroot.args       PREFIX=${prefix}