1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/xkeycaps/Makefile
Florent Thoumie 891d746874 Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.

Approved by:	portmgr (self)
2008-05-13 10:27:09 +00:00

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>