mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8d8985e34e
Obtained from: Xorg devel repo
18 lines
282 B
Makefile
18 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmodmap
|
|
PORTVERSION= 1.0.9
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Utility for modifying keymaps and pointer button mappings in X
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/xmodmap man/man1/xmodmap.1.gz
|
|
|
|
.include <bsd.port.mk>
|