mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
2e16fc7acf
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)
29 lines
575 B
Makefile
29 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>
|