mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
35822a6c89
Approved by: garga (mentor, implicit)
30 lines
686 B
Makefile
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>
|