aboutsummaryrefslogtreecommitdiff
path: root/x11/xstdcmap/Makefile
blob: 910549928a741a680ece8e2ed9ff4eb9b6e27329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>