2007-05-19 22:36:56 +02:00
|
|
|
PORTNAME= rgb
|
2023-06-22 19:35:24 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2017-01-14 00:42:43 +01:00
|
|
|
COMMENT= Uncompile an rgb color-name database
|
2023-06-22 19:35:24 +02:00
|
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/rgb
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2023-06-22 19:35:24 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2023-06-22 19:35:24 +02:00
|
|
|
USES= tar:xz xorg xorg-cat:app
|
2018-07-31 20:41:30 +02:00
|
|
|
USE_XORG= x11 xorgproto
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2023-06-22 19:35:24 +02:00
|
|
|
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
|
|
|
|
|
|
|
|
PLIST_FILES= bin/showrgb \
|
|
|
|
lib/X11/rgb.txt \
|
|
|
|
man/man1/showrgb.1.gz
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|