Ticket #54305: Portfile.2

File Portfile.2, 1.5 KB (added by chicagotripp (Altoine Barker), 7 years ago)

Portfile_corrected

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
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        cavaliercoder dmidecode-osx 3.0 v
7github.tarball_from releases
8
9distfiles           v${version}.zip
10
11platforms           darwin
12categories          sysutils
13supported_archs     i386 x86_64
14license             GPL-2+
15
16maintainers         openmaintainer
17
18description         Tool for dumping DMI (SMBIOS) contents in human-readable format. \
19                        This is an OS X native port of dmidecode
20
21long_description    dmidecode reports information about your system's hardware as described in your \
22system BIOS according to the SMBIOS/DMI standard. This information typically \
23includes system manufacturer, model name, serial number, BIOS version, asset tag \
24as well as a lot of other details of varying level of interest and reliability \
25depending on the manufacturer. This will often include usage status for the CPU \
26sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the \
27list of I/O ports (e.g. serial, parallel, USB). This is an OS X native port of dmidecode.
28
29homepage            http://www.nongnu.org/dmidecode
30master_sites        https://github.com/cavaliercoder/dmidecode-osx/archive
31use_zip             yes
32
33checksums           sha256      d871c7a3e31a6bdda03d88422c70ce43c18a6d5604ef8257ce36ed6c871e6f3c \
34                    rmd160 a9b9cba35b3ddc9a8ce0588e45673eff90fadfd1
35
36use_configure       no
37
38destroot.destdir    prefix=${destroot}${prefix}
39
40