mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
428fac4e1c
Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# Created by: 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= Utility for monitoring keystrokes on remote X servers
|
|
|
|
BROKEN= unfetchable
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USES= imake:notall xorg
|
|
USE_XORG= x11
|
|
|
|
ALL_TARGET= xspy
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xspy ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|