mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# Created by: Yonatan <onatan@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xspy
|
|
PORTVERSION= 1.0c
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/
|
|
|
|
MAINTAINER= onatan@gmail.com
|
|
COMMENT= Utility for monitoring keystrokes on remote X servers
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USES= imake:notall
|
|
USE_XORG= x11
|
|
|
|
ALL_TARGET= xspy
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xspy ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|