1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/xbindkeys/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

38 lines
881 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= xbindkeys
PORTVERSION= 1.8.6
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.nongnu.org/xbindkeys/
MAINTAINER= guru@unixarea.de
COMMENT= Allows you to launch shell commands under X with your keyboard
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg
USE_XORG= x11 xi
GNU_CONFIGURE= yes
PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz
OPTIONS_DEFINE= GUILE TCL
TCL_USES= tk
TCL_CONFIGURE_OFF= --disable-tk
TCL_PLIST_FILES= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz
GUILE_LIB_DEPENDS= libguile.so:lang/guile
GUILE_CONFIGURE_OFF= --disable-guile
post-patch-TCL-on:
@${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>