mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
106f966561
Approved by: portmgr (blanket)
24 lines
492 B
Makefile
24 lines
492 B
Makefile
PORTNAME= rgb
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Uncompile an rgb color-name database
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/rgb
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11 xorgproto
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
|
|
|
|
PLIST_FILES= bin/showrgb \
|
|
lib/X11/rgb.txt \
|
|
share/man/man1/showrgb.1.gz
|
|
|
|
.include <bsd.port.mk>
|