Files
ports/x11/xmodmap/Makefile
Niclas Zeising 3e5fbc7452 x11/xmodmap: Update to 1.0.10
Update x11/xmodmap to 1.0.10
Add license file

This release provides a man page update and some small build fixes &
janitorial cleanups.

Changelog:
https://lists.x.org/archives/xorg/2019-February/059615.html

PR:		236089
Submitted by:	Samy Mahmoudi
2019-03-06 21:24:01 +00:00

19 lines
315 B
Makefile

# $FreeBSD$
PORTNAME= xmodmap
PORTVERSION= 1.0.10
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Utility for modifying keymaps and pointer button mappings in X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11
PLIST_FILES= bin/xmodmap man/man1/xmodmap.1.gz
.include <bsd.port.mk>