freebsd-ports/sysutils/edid-decode/Makefile
2013-07-24 08:19:07 +00:00

24 lines
469 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
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>