mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
533 B
Makefile
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>
|