mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
264 B
Makefile
21 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xstdcmap
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X standard colormap utility
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xmu x11
|
|
|
|
PLIST_FILES= bin/xstdcmap
|
|
|
|
MAN1= xstdcmap.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|