aboutsummaryrefslogtreecommitdiff
path: root/x11/xkeycaps/Makefile
blob: 4d259466d1f506d767a95247110c9f2c8e268584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	xkeycaps
PORTVERSION=	2.47
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	https://www.df7cb.de/projects/xkeycaps/

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Graphically display and edit the keyboard mapping
WWW=		https://www.df7cb.de/projects/xkeycaps/

LICENSE=	MIT

USES=		imake xorg
USE_XORG=	ice sm x11 xaw xbitmaps xext xmu xt

PLIST_FILES=	bin/xkeycaps \
		share/man/man1/xkeycaps.1.gz

.include <bsd.port.mk>