27 lines
519 B
Makefile
27 lines
519 B
Makefile
# Ports collection makefile for: xspy
|
|
# Date created: Jan 11 2003
|
|
# Whom: Yonatan <Yonatan@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xspy
|
|
PORTVERSION= 1.0c
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/
|
|
|
|
MAINTAINER= Yonatan@xpert.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>
|