freebsd-ports/x11/xkeycaps/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

19 lines
353 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
USES= imake tar:Z
USE_XORG= xbitmaps xaw
PLIST_FILES= bin/xkeycaps \
man/man1/xkeycaps.1.gz
.include <bsd.port.mk>