1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/xkeycaps/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

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>