mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e427ab10bf
Approved by: portmgr (blanket)
20 lines
419 B
Makefile
20 lines
419 B
Makefile
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>
|