Ticket #54305: Portfile.5

File Portfile.5, 1.3 KB (added by chicagotripp (Altoine Barker), 7 years ago)

Portfile with name added to make the port dmidecode instead of dmidecode-osx

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
7name                dmidecode
8
9platforms           darwin
10categories          sysutils
11supported_archs     i386 x86_64
12license             GPL-2+
13
14maintainers         gmail.com:ndiscreet
15
16description         Tool for dumping DMI (SMBIOS) contents in human-readable format.
17
18long_description    dmidecode reports information about your system's hardware as described in your \
19system BIOS according to the SMBIOS/DMI standard. This information typically \
20includes system manufacturer, model name, serial number, BIOS version, asset tag \
21as well as a lot of other details of varying level of interest and reliability \
22depending on the manufacturer. This will often include usage status for the CPU \
23sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the \
24list of I/O ports (e.g. serial, parallel, USB).
25
26homepage            http://www.nongnu.org/dmidecode
27
28checksums           sha256 baa2d1269a6f82a48c898f33b662970ee71c50ac1113aec1b99d7530ad2f8128 \
29                    rmd160 a7c1517ae2b51d7dc39dd44b79b1a3928cc20235
30
31use_configure       no
32
33destroot.destdir    prefix=${destroot}${prefix}