diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-05 09:57:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-05 09:57:50 +0800 |
commit | acf41de7a91bc82d0af190d9f0d2cfec18c8584a (patch) | |
tree | bc64287e91541f51ed7f8d008f2fa8d14c8a9b73 | |
parent | 6b2c9e514aecd38b0aa97192e2b83c1a52d954ef (diff) | |
download | freebsd-ports-gnome-acf41de7a91bc82d0af190d9f0d2cfec18c8584a.tar.gz freebsd-ports-gnome-acf41de7a91bc82d0af190d9f0d2cfec18c8584a.tar.zst freebsd-ports-gnome-acf41de7a91bc82d0af190d9f0d2cfec18c8584a.zip |
upgrade to 1.7.0
-rw-r--r-- | x11/xbindkeys/Makefile | 15 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 2 |
2 files changed, 12 insertions, 5 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 310c8b3f7fc1..733371b09e17 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xbindkeys -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ @@ -16,8 +16,8 @@ COMMENT= Allows you to launch shell commands under X with your keyboard USE_XLIB= yes USE_REINPLACE= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xbindkeys.1 @@ -32,12 +32,19 @@ CONFIGURE_ARGS+= --disable-tk PLIST_SUB+= WITH_GUI="@comment " .endif +.if defined(WITH_GUILE) +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +.else +CONFIGURE_ARGS+= --disable-guile +.endif + pre-everything:: -.if !defined(WITH_GUI) @${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} "" -.endif post-patch: @${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index 254f47429a41..aa93f6471f4c 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1 +1 @@ -MD5 (xbindkeys-1.6.5.tar.gz) = 8fd208abf218a8edf642beb4afb9657b +MD5 (xbindkeys-1.7.0.tar.gz) = 7aed65b0565851cf63c3b325993ee353 |