1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11/xstdcmap/Makefile
Niclas Zeising 9a36784f53 x11/xstdcmap: Update to 1.0.4
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
2019-02-22 23:19:22 +00:00

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>