mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
309 B
Makefile
17 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>
|