diff options
author | krion <krion@FreeBSD.org> | 2004-01-12 22:10:35 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-12 22:10:35 +0800 |
commit | 7fab2e400e99e901eeade64e69ea2c7a60672ade (patch) | |
tree | 22d673692ba852cbe5d8362af394d37bb21c3e2a /x11/xbindkeys | |
parent | 6f64dbb9263ea3c3506ecd2ccea556df729282f7 (diff) | |
download | freebsd-ports-gnome-7fab2e400e99e901eeade64e69ea2c7a60672ade.tar.gz freebsd-ports-gnome-7fab2e400e99e901eeade64e69ea2c7a60672ade.tar.zst freebsd-ports-gnome-7fab2e400e99e901eeade64e69ea2c7a60672ade.zip |
- Update to version 1.7.1
PR: 61251
Submitted by: Ports Fury
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r-- | x11/xbindkeys/Makefile | 34 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 2 | ||||
-rw-r--r-- | x11/xbindkeys/pkg-plist | 2 |
3 files changed, 20 insertions, 18 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 733371b09e17..52561834cf04 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xbindkeys -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ @@ -15,35 +15,37 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to launch shell commands under X with your keyboard USE_XLIB= yes -USE_REINPLACE= yes USE_GNOME= gnometarget +USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -MAN1= xbindkeys.1 +MAN1= xbindkeys.1 WISH= ${LOCALBASE}/bin/wish8.4 -.if defined(WITH_GUI) -RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -MAN1+= xbindkeys_show.1 -PLIST_SUB+= WITH_GUI="" +.if defined(WITH_GUILE) +LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile .else -CONFIGURE_ARGS+= --disable-tk -PLIST_SUB+= WITH_GUI="@comment " +CONFIGURE_ARGS+= --disable-guile .endif -.if defined(WITH_GUILE) -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +.if defined(WITH_TCLTK) +RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +MAN1+= xbindkeys_show.1 +PLIST_SUB+= TCLTK="" .else -CONFIGURE_ARGS+= --disable-guile +CONFIGURE_ARGS+= --disable-tk +PLIST_SUB+= TCLTK="@comment " .endif pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} " Define WITH_GUI to install xbindkeys_show (requires Tk)" - @${ECHO_MSG} " Define WITH_GUILE to allow guile configuration file style" + @${ECHO_MSG} "XbindKeys has the following tunable options:" + @${ECHO_MSG} "" + @${ECHO_MSG} " WITH_GUILE=yes Turns on Guile support" + @${ECHO_MSG} " WITH_TCLTK=yes Turns on Tcl/Tk support" @${ECHO_MSG} "" post-patch: diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index aa93f6471f4c..84914f8a495e 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1 +1 @@ -MD5 (xbindkeys-1.7.0.tar.gz) = 7aed65b0565851cf63c3b325993ee353 +MD5 (xbindkeys-1.7.1.tar.gz) = 9176ee5d331160dc3dfafc41e8ec6925 diff --git a/x11/xbindkeys/pkg-plist b/x11/xbindkeys/pkg-plist index 3a3197b2a411..d24a36f45f5f 100644 --- a/x11/xbindkeys/pkg-plist +++ b/x11/xbindkeys/pkg-plist @@ -1,4 +1,4 @@ bin/xbindkeys -%%WITH_GUI%%bin/xbindkeys_show +%%TCLTK%%bin/xbindkeys_show %%PORTDOCS%%%%EXAMPLESDIR%%/xbindkeysrc %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |