2007-05-19 22:36:56 +02:00
|
|
|
PORTNAME= setxkbmap
|
2019-08-18 16:48:23 +02:00
|
|
|
PORTVERSION= 1.3.2
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Set the keyboard using the X Keyboard Extension
|
|
|
|
|
2018-06-05 15:38:19 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2019-11-03 22:56:37 +01:00
|
|
|
USES= xorg xorg-cat:app
|
2007-05-19 22:36:56 +02:00
|
|
|
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
|
|
|
|
2013-12-16 12:11:09 +01:00
|
|
|
PLIST_FILES= bin/setxkbmap man/man1/setxkbmap.1.gz
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|