mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
upgrade to 1.7.0
This commit is contained in:
parent
c309bdfc22
commit
09eadbd119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97308
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xbindkeys-1.6.5.tar.gz) = 8fd208abf218a8edf642beb4afb9657b
|
||||
MD5 (xbindkeys-1.7.0.tar.gz) = 7aed65b0565851cf63c3b325993ee353
|
||||
|
Loading…
Reference in New Issue
Block a user