aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-31 02:05:40 +0800
committerpat <pat@FreeBSD.org>2002-03-31 02:05:40 +0800
commit0feb6d96d2914008112ba9b0b10a7dc683d2d169 (patch)
tree2c5d174fc024574cd5f7e4c54584531b652b814c /x11
parentcf425f66254c77a902830cac92f457a05b2b21a6 (diff)
downloadfreebsd-ports-gnome-0feb6d96d2914008112ba9b0b10a7dc683d2d169.tar.gz
freebsd-ports-gnome-0feb6d96d2914008112ba9b0b10a7dc683d2d169.tar.zst
freebsd-ports-gnome-0feb6d96d2914008112ba9b0b10a7dc683d2d169.zip
Update to 1.5.0
PR: 36534 Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/xbindkeys/Makefile16
-rw-r--r--x11/xbindkeys/distinfo2
2 files changed, 12 insertions, 6 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index a0e7011aa31a..19d9cc30d4d7 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -7,14 +7,13 @@
#
PORTNAME= xbindkeys
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.5.0
CATEGORIES= x11
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
MAINTAINER= obraun@informatik.unibw-muenchen.de
-INSTALL_TARGET= install-binPROGRAMS install-man
+INSTALL_TARGET= install-binPROGRAMS
.if defined(WITH_GUI)
RUN_DEPENDS= wish:${PORTSDIR}/x11-toolkits/tk83
@@ -27,7 +26,10 @@ USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include"
-MAN1= xbindkeys.1 xbindkeys_show.1
+MAN1= xbindkeys.1
+.if defined(WITH_GUI)
+MAN1+= xbindkeys_show.1
+.endif
pre-fetch:
.if !defined(WITH_GUI)
@@ -36,10 +38,14 @@ pre-fetch:
@${ECHO} ""
.endif
-.if !defined(NOPORTDOCS)
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR}
.endif
+ ${INSTALL_MAN} ${WRKSRC}/xbindkeys.1 ${MANPREFIX}/man/man1
+.if defined(WITH_GUI)
+ ${INSTALL_MAN} ${WRKSRC}/xbindkeys_show.1 ${MANPREFIX}/man/man1
+.endif
.include <bsd.port.mk>
diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo
index 116bcdad5a58..df49ee848844 100644
--- a/x11/xbindkeys/distinfo
+++ b/x11/xbindkeys/distinfo
@@ -1 +1 @@
-MD5 (xbindkeys-1.4.1.tar.gz) = 0f3c7dfa4a2cce4365ace4d19cadbaed
+MD5 (xbindkeys-1.5.0.tar.gz) = 64126c9d0af6a5c8835f0c3b9e18d0e7