8036fb34ce
Obtained from: Xorg devel repo
17 lines
279 B
Makefile
17 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xkbprint
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Utility for printing an XKB keyboard description
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xkbfile x11
|
|
|
|
PLIST_FILES= bin/xkbprint man/man1/xkbprint.1.gz
|
|
|
|
.include <bsd.port.mk>
|