freebsd-ports/x11/rgb/Makefile
Niclas Zeising 6d33052c72 Update to 1.0.5
Approved by:	kwm, miwi (mentors, implicit)
Obtained from:	xorg development repo
2013-02-03 22:36:32 +00:00

19 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>