openbsd-ports/graphics/xoris/Makefile
simon 56e85e9543 import xoris
xoris is a simple util that dumps a rgb-color value of any part of the
screen to stdout.  The program can do this in three variants:

1. hex (#b0958e)
2. string of rgb numbers (229 229 229)
3. abstract name (gray90)

To get such enumerated color specifications, click: Button1,
Ctrl+Button1, Shift+Button1 correspondingly.

thanks to responsive upstream, no patches required
ok eric@
2008-05-06 22:32:19 +00:00

28 lines
523 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/05/06 22:32:19 simon Exp $
COMMENT = X11 pixel color grabber
DISTNAME = xoris-0.1d
CATEGORIES = graphics
HOMEPAGE = http://gromnizki.unixdev.net/
MASTER_SITES = ${HOMEPAGE}soft/
# MIT/X license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = X11 c
CONFIGURE_STYLE = imake
MAKE_FLAGS += CFLAGS="${CFLAGS}" CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
NO_REGRESS = Yes
.include <bsd.port.mk>