e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
21 lines
480 B
Makefile
21 lines
480 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|