aboutsummaryrefslogtreecommitdiffstats
path: root/security/xspy/Makefile
blob: b69ba39b1a54e51789f968ba1595beb0b22f23d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>