Ticket #54305: Portfile.8

File Portfile.8, 1.4 KB (added by mf2k (Frank Schima), 7 years ago)

This is my slightly adjusted Portfile. I removed the redundant universal_variant no line and added your GitHub handle.

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