freebsd-ports/x11/xdotool/Makefile
Wesley Shields a2872eb684 Update to 20080606.
Update to new MASTER_SITES.
2008-06-23 16:34:31 +00:00

28 lines
639 B
Makefile

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