mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
73966541c1
a monitor. It is mostly useful to read LCD matrix manufacturer and model. WWW: http://www.polypux.org/projects/read-edid/ NB: TIMESTAMP line in distinfo should read as follows, but has to stay in its current form due to a bug in the hook script: TIMESTAMP (read-edid-3.0.2.tar.gz) = 1430271430
20 lines
458 B
Makefile
20 lines
458 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= read-edid
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.polypux.org/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Tools for reading the EDID from a monitor
|
|
|
|
LIB_DEPENDS= libx86.so:devel/libx86
|
|
|
|
USES= cmake localbase
|
|
|
|
PLIST_FILES= bin/get-edid bin/parse-edid man/man1/get-edid.1.gz
|
|
PORTDOCS= AUTHORS ChangeLog LICENSE README
|
|
|
|
.include <bsd.port.mk>
|