freebsd-ports/x11/xdotool/Makefile
Rong-En Fan fbc058fc5b Programatically (or manually) simulate keyboard input or mouse activity
using X11's XTEST extension.

WWW: http://www.semicomplete.com/projects/xdotool/

PR:		ports/114217
Submitted by:	Wesley Shields <wxs at atarininja.org>
2007-07-03 05:10:00 +00:00

26 lines
592 B
Makefile

# New ports collection makefile for: xdotool
# Date created: 29 June 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= xdotool
PORTVERSION= 20070625
CATEGORIES= x11
MASTER_SITES= http://www.semicomplete.com/files/xdotool/ \
http://www.atarininja.org/~wxs/distfiles/
MAINTAINER= wxs@atarininja.org
COMMENT= Programatically simulate keyboard input or mouse activity
USE_GNOME= pkgconfig
USE_XLIB= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/xdotool
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin
.include <bsd.port.mk>