mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
9a36784f53
Update xstdcmap to 1.0.4 This release contains some cleanup and other small fixes. Add missing dependency Changelog: https://lists.x.org/archives/xorg-announce/2019-February/002954.html Sponsored by: B3 Init
17 lines
256 B
Makefile
17 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xstdcmap
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X standard colormap utility
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xmu xt
|
|
|
|
PLIST_FILES= bin/xstdcmap man/man1/xstdcmap.1.gz
|
|
.include <bsd.port.mk>
|