18 lines
267 B
Makefile
18 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xkbutils
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= XKB utility demos
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xkbfile x11 xaw inputproto
|
|
|
|
MAN1= xkbbell.1 xkbvleds.1 xkbwatch.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|