Ticket #43508: Portfile

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