freebsd-ports/security/xspy/Makefile
Pav Lucistnik 0c91e4863f - Update maintainer's email address
PR:		ports/73939
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2004-11-14 22:26:11 +00:00

26 lines
517 B
Makefile

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