33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
27 lines
533 B
Makefile
27 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= 3
|
|
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_IMAKE= yes
|
|
USE_XORG= x11
|
|
XMKMF= xmkmf
|
|
|
|
ALL_TARGET= xspy
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|