mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# Created by: jmz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xkeycaps
|
|
PORTVERSION= 2.46
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.jwz.org/xkeycaps/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphically display and edit the keyboard mapping
|
|
|
|
USES= imake
|
|
USE_XORG= xbitmaps xaw
|
|
PLIST_FILES= bin/xkeycaps \
|
|
man/man1/xkeycaps.1.gz
|
|
|
|
.include <bsd.port.mk>
|