1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/rgb/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
335 B
Makefile

PORTNAME= rgb
PORTVERSION= 1.0.6
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Uncompile an rgb color-name database
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
USES= xorg xorg-cat:app
USE_XORG= x11 xorgproto
PLIST_FILES= bin/showrgb lib/X11/rgb.txt man/man1/showrgb.1.gz
.include <bsd.port.mk>