1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 1.5.0

PR:		36534
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-03-30 18:05:40 +00:00
parent fa6e768d65
commit e2dc4d6fdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56966
2 changed files with 12 additions and 6 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (xbindkeys-1.4.1.tar.gz) = 0f3c7dfa4a2cce4365ace4d19cadbaed
MD5 (xbindkeys-1.5.0.tar.gz) = 64126c9d0af6a5c8835f0c3b9e18d0e7