diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-10 05:48:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-10 05:48:50 +0800 |
commit | 262e7f192c37d7d5843e84e1be462548fdc2a324 (patch) | |
tree | 4f0c00e31ff2162753fbff7b256ebf8e582107d6 | |
parent | 06011920c0cc9a98517ca09a49d89476856257b7 (diff) | |
download | freebsd-ports-gnome-262e7f192c37d7d5843e84e1be462548fdc2a324.tar.gz freebsd-ports-gnome-262e7f192c37d7d5843e84e1be462548fdc2a324.tar.zst freebsd-ports-gnome-262e7f192c37d7d5843e84e1be462548fdc2a324.zip |
- Update to 1.7.4
PR: ports/107637
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | x11/xbindkeys/Makefile | 15 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 72aa51ad5980..447ad6245dc5 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -7,30 +7,29 @@ # PORTNAME= xbindkeys -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to launch shell commands under X with your keyboard +OPTIONS= GUILE "Guile support" off \ + TCLTK "Tcl/Tk support" off + USE_XLIB= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man MAN1= xbindkeys.1 +PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc +PLIST_DIRS= %%EXAMPLESDIR%% WISH= ${LOCALBASE}/bin/wish8.4 -OPTIONS= GUILE "Guile support" off \ - TCLTK "Tcl/Tk support" off - -PEXAMPLESDIR= ${EXAMPLESDIR:S,^${PREFIX}/,,} -PLIST_FILES= bin/xbindkeys ${PEXAMPLESDIR}/xbindkeysrc -PLIST_DIRS= ${PEXAMPLESDIR} - .include <bsd.port.pre.mk> .if defined(WITH_GUILE) diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index 63510a100c2b..634117c8f08a 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1,3 +1,3 @@ -MD5 (xbindkeys-1.7.3.tar.gz) = eea2fe306e99274e8730e199b85706d5 -SHA256 (xbindkeys-1.7.3.tar.gz) = 73a73cd934629b54bba23653ce6f9aa78abda13a8a027387da1ab37e2d272d14 -SIZE (xbindkeys-1.7.3.tar.gz) = 110561 +MD5 (xbindkeys-1.7.4.tar.gz) = 8c034fecef4c9ac9b9891f5f5f32ff68 +SHA256 (xbindkeys-1.7.4.tar.gz) = 0b2279d169ac8caf7618b641ce9a4f4b22565109d905697581612655df514a56 +SIZE (xbindkeys-1.7.4.tar.gz) = 115029 |