mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
6d33052c72
Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg development repo
20 lines
313 B
Makefile
20 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rgb
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Uncompile an rgb corl-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
|
|
|
|
MAN1= showrgb.1
|
|
|
|
.include <bsd.port.mk>
|