freebsd-ports/x11/xdotool/Makefile
Wesley Shields ce0191e49e Update my address.
Approved by:	garga (mentor)
2008-02-04 15:35:12 +00:00

26 lines
589 B
Makefile

# New ports collection makefile for: xdotool
# Date created: 29 June 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= xdotool
DISTVERSION= 20070903
CATEGORIES= x11
MASTER_SITES= http://www.semicomplete.com/files/xdotool/ \
http://www.atarininja.org/~wxs/distfiles/
MAINTAINER= wxs@FreeBSD.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>