mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
19 lines
340 B
Makefile
19 lines
340 B
Makefile
PORTNAME= xstdcmap
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
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 share/man/man1/xstdcmap.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|