mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
459 B
Makefile
24 lines
459 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
|
|
MAN1= xkeycaps.1
|
|
PLIST_FILES= bin/xkeycaps
|
|
|
|
.include <bsd.port.mk>
|