1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/xspy/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
533 B
Makefile

# Ports collection makefile for: xspy
# Date created: Jan 11 2003
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xspy
PORTVERSION= 1.0c
PORTREVISION= 1
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>