2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: setxkbmap
|
|
|
|
# Date Created: 17 Feb 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= setxkbmap
|
2007-09-13 21:45:08 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Set the keyboard using the X Keyboard Extension
|
|
|
|
|
|
|
|
XORG_CAT= app
|
|
|
|
USE_XORG= xkbfile x11
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ARGS= --with-xkb-config-root=${LOCALBASE}/share/X11/xkb
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/setxkbmap
|
|
|
|
|
|
|
|
MAN1= setxkbmap.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|