freebsd-ports/graphics/xoris/Makefile
Ion-Mihai Tetcu 2e16fc7acf xoris grabs the RGB color value of any pixel on the screen and dumps the
color's name to stdout. The output can be printed as:

1. hex (#b0958e);
2. triple of decimal RGB values (229 229 229);
3. abstract name (gray90).

xoris has only been tested on displays with a bit depth of 24 bpp.

PR:		ports/97475
Submitted by:	Alexander Gromnizki
Approved by:	lawrance (mentor, implicit)
2006-06-11 21:18:41 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: xoris
# Date created: 02 April 2006
# Whom: Alexander Gromnizki
#
# $FreeBSD$
#
PORTNAME= xoris
PORTVERSION= 0.1b
CATEGORIES= graphics x11
MASTER_SITES= http://gromnizki.unixdev.net/soft/
MAINTAINER= grommizki@unixdev.net
COMMENT= An X11 pixel color grabber
USE_IMAKE= yes
.if !defined(NOPORTDOCS)
SUB_FILES= pkg-message
post-install:
@ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}"
@ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
@ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>