freebsd-ports/x11/xkbprint/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

16 lines
309 B
Makefile

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>