aboutsummaryrefslogtreecommitdiff
path: root/x11/xkbprint/Makefile
blob: bfeeec53c83560752d3220bb8abab060597e7b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	xkbprint
PORTVERSION=	1.0.5
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Utility for printing an XKB keyboard description

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		xorg xorg-cat:app
USE_XORG=	xkbfile x11

PLIST_FILES=	bin/xkbprint man/man1/xkbprint.1.gz

.include <bsd.port.mk>