8efbfe6d1f
Approved by: portmgr (blanket)
18 lines
372 B
Makefile
18 lines
372 B
Makefile
PORTNAME= xkbprint
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
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 share/man/man1/xkbprint.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|