mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
18 lines
321 B
Makefile
18 lines
321 B
Makefile
PORTNAME= xcmsdb
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Device Color Characterization utility for X
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/xcmsdb share/man/man1/xcmsdb.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|