freebsd-ports/sysutils/edid-decode/Makefile
Emanuel Haupt 3d0db4d5f1 - Update to 0.1.20121128 (current git snapshot)
- Trim header

Feature safe:	yes
2012-11-28 22:33:42 +00:00

25 lines
489 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= edid-decode
PORTVERSION= 0.1.20121128
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Decodes binary EDID information from monitors
LICENSE= MIT
USE_XZ= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/edid-decode
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>