mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
804 B
Tcl
25 lines
804 B
Tcl
# -*- 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 meson 1.0
|
|
|
|
name edid-decode
|
|
version 20241119
|
|
categories sysutils
|
|
maintainers @wwalexander openmaintainer
|
|
license MIT
|
|
description Decode EDID data in human-readable format
|
|
long_description edid-decode decodes EDID monitor description data in human-readable format
|
|
set domain linuxtv.org
|
|
homepage https://git.${domain}/${name}.git
|
|
fetch.type git
|
|
git.url git://${domain}/${name}.git
|
|
git.branch 5332a3b
|
|
|
|
compiler.cxx_standard \
|
|
2011
|
|
|
|
configure.cxxflags-append \
|
|
-std=c++11
|
|
|