1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/sysutils/read-edid/Makefile
Alexey Dokuchaev 73966541c1 Add a port of read-edid utility, a pair of tools for reading the EDID from
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
2016-08-20 18:43:29 +00:00

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>