1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/xspy/Makefile

27 lines
517 B
Makefile
Raw Normal View History

# Ports collection makefile for: xspy
# Date created: Jan 11 2003
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xspy
PORTVERSION= 1.0c
CATEGORIES= security
MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/
MAINTAINER= onatan@gmail.com
2003-02-21 13:28:59 +00:00
COMMENT= A utility for monitoring keystrokes on remote X servers
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XLIB= yes
USE_IMAKE= yes
XMKMF= xmkmf
ALL_TARGET= xspy
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin
.include <bsd.port.mk>