# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup legacysupport 1.0 PortGroup makefile 1.0 # strnlen legacysupport.newest_darwin_requires_legacy 10 github.setup acpica acpica R10_20_22 version 20221022 revision 0 categories devel # Comes with a restrictive Intel license in the source files, but the included # acpisrc tool replaces them with an open source dual license. # Why not just indicate triple licensing to start with? Who knows. license {Permissive GPL-2} maintainers {i0ntempest @i0ntempest} openmaintainer description ACPI compiler long_description A compiler for ACPI DSDT .asl files. homepage https://acpica.org/ checksums rmd160 5e3bc16d798e4344035e0abac744b3e04f1c0e45 \ sha256 1e2edbb00d76863d42df3fa2078b411d4bd2c86408ea71d350223dd24bf48635 \ size 7478059 depends_build port:bison depends_skip_archcheck-append \ bison patchfiles disable-silent-rules.patch # see generate/unix/Makefile.config makefile.override-delete \ INSTALL # CFLAGS has MacPorts optimization build.args-append OPT_CFLAGS="" supported_archs x86_64 i386 livecheck.regex ${name}-unix-(\[0-9.\]+)${extract.suffix} livecheck.url ${homepage}downloads/