mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
09dff87b36
PR: 213780 Submitted by: Sergey Matveev (stargrave@stargrave.org)
18 lines
318 B
Makefile
18 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rgb
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Uncompile an rgb color-name database
|
|
|
|
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xproto
|
|
|
|
PLIST_FILES= bin/showrgb lib/X11/rgb.txt man/man1/showrgb.1.gz
|
|
|
|
.include <bsd.port.mk>
|