1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/xkeycaps/Makefile
Dmitry Marakasov 55104d018b - Add LICENSE
- Add missing depends
- Update WWW

Approved by:	portmgr blanket
2018-05-24 09:34:16 +00:00

22 lines
391 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= xkeycaps
PORTVERSION= 2.46
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.jwz.org/xkeycaps/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphically display and edit the keyboard mapping
LICENSE= MIT
USES= imake tar:Z
USE_XORG= ice sm x11 xaw xbitmaps xext xmu xt
PLIST_FILES= bin/xkeycaps \
man/man1/xkeycaps.1.gz
.include <bsd.port.mk>