aboutsummaryrefslogtreecommitdiff
path: root/x11/rgb/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2023-06-22 17:35:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-06-22 17:35:24 +0000
commit1bba72c277b66d59fea7c377e09ba52cc12a23e4 (patch)
treee2eb7ca5d19f443893e939beac853d0507726ce0 /x11/rgb/Makefile
parent2342d4c99bf8534a99472a1132e299344caaa0f1 (diff)
downloadports-1bba72c277b66d59fea7c377e09ba52cc12a23e4.tar.gz
ports-1bba72c277b66d59fea7c377e09ba52cc12a23e4.zip
Diffstat (limited to 'x11/rgb/Makefile')
-rw-r--r--x11/rgb/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile
index 9be3bfeed7cf..d030c4c7b78e 100644
--- a/x11/rgb/Makefile
+++ b/x11/rgb/Makefile
@@ -1,16 +1,21 @@
PORTNAME= rgb
-PORTVERSION= 1.0.6
-PORTREVISION= 2
+PORTVERSION= 1.1.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Uncompile an rgb color-name database
+WWW= https://gitlab.freedesktop.org/xorg/app/rgb
-CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= xorg xorg-cat:app
+USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xorgproto
-PLIST_FILES= bin/showrgb lib/X11/rgb.txt man/man1/showrgb.1.gz
+CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
+
+PLIST_FILES= bin/showrgb \
+ lib/X11/rgb.txt \
+ man/man1/showrgb.1.gz
.include <bsd.port.mk>