freebsd-ports/x11/xkbprint/Makefile
Niclas Zeising 64a36896d4 x11/xkbprint: Update to 1.0.5
Update x11/xkbprint to 1.0.5.  This is a minor maintenance release.

Changelog:
https://lists.x.org/archives/xorg-announce/2019-November/003030.html
2019-11-08 22:51:46 +00:00

19 lines
322 B
Makefile

# $FreeBSD$
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>