1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/xdotool/Makefile
Wesley Shields 35822a6c89 Update to 20080527.
Approved by:	garga (mentor, implicit)
2008-05-28 00:46:08 +00:00

30 lines
686 B
Makefile

# New ports collection makefile for: xdotool
# Date created: 29 June 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= xdotool
DISTVERSION= 20080527
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_XORG= x11 xtst
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/xdotool
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin
post-patch:
@${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile
.include <bsd.port.mk>