mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
891d746874
all xorg-libraries, there's no need to bump PORTREVISION for now. Approved by: portmgr (self)
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# New ports collection makefile for: xkeycaps
|
|
# Date created: 12 February 1995
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xkeycaps
|
|
PORTVERSION= 2.46
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.jwz.org/xkeycaps/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
COMMENT= Graphically display and edit the keyboard mapping
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xbitmaps xaw
|
|
MAN1= xkeycaps.1
|
|
PLIST_FILES= bin/xkeycaps
|
|
|
|
.include <bsd.port.mk>
|