mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Upgrade to OptionsNG
This commit is contained in:
parent
5b6e4f8858
commit
095b435ae4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299989
@ -14,8 +14,8 @@ MASTER_SITES= http://hocwp.free.fr/xbindkeys/
|
||||
MAINTAINER= eadler@FreeBSD.org
|
||||
COMMENT= Allows you to launch shell commands under X with your keyboard
|
||||
|
||||
OPTIONS= GUILE "Guile support" off \
|
||||
TCLTK "Tcl/Tk support" off
|
||||
OPTIONS_DEFINE= GUILE TCLTK
|
||||
TCLTK_DESC= Tcl Scripting Support
|
||||
|
||||
USE_XORG= x11 xi
|
||||
GNU_CONFIGURE= yes
|
||||
@ -30,13 +30,13 @@ WISH= ${LOCALBASE}/bin/wish8.4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GUILE)
|
||||
.if ${PORT_OPTIONS:MGUILE}
|
||||
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-guile
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TCLTK)
|
||||
.if ${PORT_OPTIONS:MTCLTK}
|
||||
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
||||
MAN1+= xbindkeys_show.1
|
||||
PLIST_FILES+= bin/xbindkeys_show
|
||||
|
Loading…
Reference in New Issue
Block a user