Date: Mon, 23 May 2016 15:17:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415724 - head/x11/xbindkeys Message-ID: <201605231517.u4NFHhR4069671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 23 15:17:42 2016 New Revision: 415724 URL: https://svnweb.freebsd.org/changeset/ports/415724 Log: - Pass maintainership to submitter - While here, minor cleanup - Clarify LICENSE - Add LICENSE_FILE - Remove unneeded flags - Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined - Silence mkdir PR: 209705 Submitted by: guru@unixarea.de Modified: head/x11/xbindkeys/Makefile Modified: head/x11/xbindkeys/Makefile ============================================================================== --- head/x11/xbindkeys/Makefile Mon May 23 14:23:28 2016 (r415723) +++ head/x11/xbindkeys/Makefile Mon May 23 15:17:42 2016 (r415724) @@ -7,31 +7,30 @@ PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.nongnu.org/xbindkeys/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= guru@unixarea.de COMMENT= Allows you to launch shell commands under X with your keyboard -LICENSE= GPLv2 - -OPTIONS_DEFINE= GUILE TCL +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= x11 xi GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz +OPTIONS_DEFINE= GUILE TCL + TCL_USES= tk TCL_CONFIGURE_OFF= --disable-tk TCL_PLIST_FILES= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz GUILE_LIB_DEPENDS= libguile.so:lang/guile GUILE_CONFIGURE_OFF= --disable-guile -post-patch: +post-patch-TCL-on: @${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605231517.u4NFHhR4069671>