mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
447575b906
Release notes: https://lists.x.org/archives/xorg-announce/2022-December/003272.html Sponsored by: Beckhoff Automation GmbH & Co. KG
16 lines
276 B
Makefile
16 lines
276 B
Makefile
PORTNAME= xstdcmap
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X standard colormap utility
|
|
|
|
LICENSE= MIT
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11 xmu xt
|
|
|
|
PLIST_FILES= bin/xstdcmap man/man1/xstdcmap.1.gz
|
|
.include <bsd.port.mk>
|