freebsd-ports/sysutils/read-edid/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

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>