mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
55104d018b
- Add missing depends - Update WWW Approved by: portmgr blanket
22 lines
391 B
Makefile
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>
|