freebsd-ports/x11/keylaunch/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00

28 lines
651 B
Makefile

# Created by: mwm@mired.org
# $FreeBSD$
PORTNAME= keylaunch
PORTVERSION= 1.3.0
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.mired.org/downloads/
MAINTAINER= mwm@mired.org
COMMENT= X utility for binding commands to a hot key
WRKSRC= ${WRKDIR}/keylaunch
USES= perl5 gmake
USE_PERL5= build
USE_XORG= x11
SUB_FILES= pkg-message
post-patch:
@${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example_rc ${STAGEDIR}${EXAMPLESDIR}/keylaunch.rc
.include <bsd.port.mk>