64a36896d4
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
19 lines
322 B
Makefile
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>
|